 @charset "utf-8";
.clearfix {
  zoom: 1
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.box-style {
  background: #efefef;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(150, 150, 150, 0.2);
  -moz-box-shadow: 4px 4px 8px 0 rgba(150, 150, 150, 0.2);
  box-shadow: 4px 4px 8px 0 rgba(150, 150, 150, 0.2)
}
input[type="date"] {
  padding: 10px;
  text-align: center;
}
input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0
}

body {
  line-height: 1
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

li {
  list-style: inherit
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0
}

.clearfix {
  zoom: 1
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

img {
  vertical-align: bottom;
  border: none
}

area {
  border: none;
  outline: none
}

.remove-height {
  height: 0;
  line-height: 0;
  margin: -30px 0 0 0;
  padding: 0
}

html, body, h1, h2, h3, h4, h5, p, span, ol, ul, li, dl, dt, dl, dd, table, tbody, thead, tfoot, tr, th, td, div, section, article, blockquote, form, input, button, img, br, a, header, footer, nav, label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body {
  width: 100%;
  background: white
}

body .wrap {
  width: 100%
}

body .wrap .cont {
  width: 100%;
  overflow: hidden;
  zoom: 1
}

body .wrap .cont:after {
  content: "";
  display: block;
  clear: both
}

body .wrap .cont:after {
  content: "";
  display: block;
  clear: both
}

p, li, th, td, span, a, dl, dd {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6em;
  font-family: 'Helvetica', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯', 'Hiragino Sans', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3', 'Hiragino Kaku Gothic ProN', 'ãƒ¡ã‚¤ãƒªã‚ª', 'Meiryo', 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'MS PGothic', sans-serif;
  color: #222;
  text-align: justify
}

.highlight {
  background: linear-gradient(transparent 60%, #fff00a 60%)
}

img {
  width: 100%;
  border: none
}

.pc {
  display: none
}

a, :visited {
  text-decoration: underline
}

@media screen and (min-width:1025px) {
  a, :visited {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in
  }
  a:hover, :visited:hover, a:active, :visited:active {
    opacity: 0.6
  }
  #pagetop{ 
    position: fixed; 
    bottom: 90px; 
    right: 20px; 
    cursor: pointer; 
    width: 50px; 
    z-index: 999;
  }
   
}

header {
  width: 100%;
  overflow: hidden;
  background: white;
  padding: 4px 18px
}

header h1 {
  width: 100%;
  font-size: 12px;
  margin: 10px 0px 5px -10px;
}

header .logo {
  width: 80%;
  margin: 0px 0px 10px -10px;
}

section {
  width: 100%;
  height: auto;
  padding: 30px 5%
}

.sec-in .sec-ttl {
  width: 100%;
  height: 92px;
  padding: 13px;
  margin-bottom: 20px;
  background-color: #dac8e0;
  color: #2e0032;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: url('../images/sec-ttl.svg') no-repeat;
  background-size: 100% 100%;
  line-height: 1.8
}

.sec-in .sec-ttl em {
  font-style: normal;
  font-size: 30px
}

.sec-in .sec-ttl .smaller {
  font-size: 20px;
  font-weight: bold
}

.card {
  width: 100%;
  padding: -10px 0px -10px 0px;
  background: #ffffff;
  margin: 0px -10px 60px 0px;
}

.card .card-ttl {
  padding: 20px 0 50px 0;
  margin-bottom: 20px
}

  #contents21 {
    background: #3caae6;
  	margin: 5px 0px 0px 0px;
    padding: 0 0 0 0;
  }

  #contents22 {
  	padding: 60px 20px 20px 20px;
    background-color: #3caae6;
    background-size: cover
  }
  #contents22 .sec-in ul li .bl22-in {
    padding: 0px 0px 0px 0px;
  }
  #contents22 .sec-in ul li .bl22-in .card-ttl {
      padding: 0 0px 0px 0px !important;
  }
  #contents22 .sec-in ul li h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    width: 100%;
  }
  #contents22 .sec-in .point {
    width: 20%;
    margin: -40px 0px 0px -20px;
  }
  #contents22 .sec-in .pack {
    width: 80%;
    margin: -20px auto;
  }
  #contents22 .sec-in .all {
    background: #ffffff;
    background-size: cover;
  }
  #contents22 .sec-in .anshin {
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
    margin: 5px auto;
    text-align: center;
  }

  #contents23 {
    background: #ff9214;
    background-size: cover;
  }
  #contents23 .all {
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
    margin: 0px auto;
    text-align: center;
    width: 90%;
  }

  #contents24 {
    background: url('../images/other-back2.png') #ffffff no-repeat;
    background-size: cover
    background-position: center top;
    /*padding-bottom: 25%;*/
    padding-bottom: 10%;
  }
  #contents24 .mail {
  	background: url(../images/other-back.svg) center no-repeat;
  	text-align: left;
  	margin: 0px 0px 0px 0px;
  	height: 50px;
  }
  #contents24 .mail-info {
  	text-align: center;
  	color: #ffffff;
  	font-size: 100%;
  	font-weight: bold;
  	margin: 22px 0px 0px 0px;
  	padding: 9px 0px 0px 0px;
  }
  #contents24 .other1 {
  	margin: 0px 0px 20px 0px;
  }
  #contents24 .other2 {
  	margin: 0px 0px 0px 0px;
  }
  #contents24 .other3 {
  	margin: 30px 0px 0px 0px;
  }

  #contents25 {
    background: url('../images/nayami-back2.png') #ffffff no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
  #contents25 .title {
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
  	text-align: center;
  	margin: 0px 0px 60px 0px;
  }
  #contents25 .nayami {
    font-size: 100%;
    line-height: 140%;
    font-weight: bold;
  	text-align: left;
  	margin: 0px 0px 30px 35px;
  }
  #contents25 .nayami:before {
  	content: url(../images/nayami-check.png);
  	margin: 0px 10px 0px -40px;
  	position: absolute;
  }
  #contents25 .sodan {
  	width: 40%;
  	margin: 180px 0px 0px 300px;
  }
  #custom25 {
    background: url('../images/nayami-back3.png') no-repeat;
    background-size: cover;
    background-position: center top;
    margin: -30px 0px -5px 0px;
    padding-bottom: 47%;
    width: 100%;
    overflow: hidden;
  }
  #custom25 .sodan {
  	margin: 13% 0px -180px 0px;
  }

  #contents26 {
    background: url('../images/pack-back2.png') #ffffff no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
  #contents26 .sec-in h3{ padding-top: 20px;}
  #contents26 .sec-in ul {
  	list-style: none;
  }
  #contents26 .sec-in .point {
  	width: 25%;
  	margin: -12% 0 0 -12%;
  }
  #contents26 .sec-in .pack {
  	width: 70%;
    margin: 40px auto;
  }
  #contents26 .sec-in .all {
  	background: #ffffff;
    background-size: cover;
  }
  #contents26 .title {
    color: #ffffff;
    font-size: 140%;
    font-weight: bold;
  	text-align: center;
  	margin: 0px 0px 0px 0px;
  }
  #contents26 .title:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/pack-yen.png);
    background-size: contain;
    vertical-align: middle;
    margin: -3px 10px 0px 0px;
  }
  #contents26 .menu {
    width: 90%;
  	margin: 30px 0px 20px 20px;
  }
  #contents26 .sec-in ul{ text-align: center;}
  #contents26 .gentei {
  	background: url(../images/pack-blue.png) center top no-repeat;
  	background-size: cover;
  	display: inline-block;
  	text-align: left;
  	margin: 50px 0px 10px 0px !important;
  	font-size: 110%;
    padding: 3px 0px 20px 0px;
  	max-width: 290px;
  }
  #contents26 .blue {
  	color: #3caae6;
  	font-weight: bold;
  	text-align: center;
  	margin: 30px 0px 0px 0px;
  }
  #contents26 .name-1 {
  	color: #ffffff;
  	font-weight: bold;
  	font-size: 170%;
  	text-align: center;
  	margin: 70px 0px 0px 0px;
  }

  #contents26 .name-2 {
  	color: #ffffff;
  	font-weight: bold;
  	font-size: 170%;
  	text-align: center;
  	margin: 45px 0px 0px 0px;
  }


  #contents26 .name-3 {
  	color: #ffffff;
  	font-weight: bold;
  	font-size: 170%;
  	text-align: center;
  	margin: 45px 0px 0px 0px;
  }


  #contents26 .name2 {
  	color: #ffffff;
  	font-weight: bold;
  	font-size: 150%;
  }
  #contents26 .line-1 {
  	width: 260px;
  	margin: 5px auto;
    background: url(../images/pack-line.png) repeat-x;
  }

  #contents26 .line-2 {
  	width: 260px;
  	margin: 5px auto;
    background: url(../images/pack-line.png) repeat-x;
  }

  #contents26 .line-3 {
  	width: 260px;
  	margin: 5px auto;
    background: url(../images/pack-line.png) repeat-x;
  }

  #contents26 .price {
  	width: 80%;
  	margin: 10px auto;
  }
  #contents26 .text {
  	color: #ffffff;
  	font-size: 90%;
  	width: 90%;
  	margin: 20px 0px 0px 20px;
  }
  #contents26 .box{ text-align:center;display: block;}
  #contents26 .big {
  	color: #3caae6;
    font-size: 150%;
    font-weight: bold;
  	text-align: center;
  	margin: 0 auto;
  	padding: 0px 0px 15px 0px;
  	float: none;
    background: url(../images/pack-line.png) bottom repeat-x;
    display: inline-block;
  }
  #contents26 .big2 {
  	color: #3caae6;
    font-size: 130%;
    font-weight: bold;
  	text-align: center;
  	margin: 10px 0px 0px 0;
  	/*float: left;*/
  }
  #contents26 .big3 {
  	clear: both;
  	color: #3caae6;
    font-size: 130%;
    font-weight: bold;
    line-height: 130%;
  	text-align: center;
  	margin: 40px 0px 0px 0px;
  }

  #contents27 {
    background: url('../images/fuyohin-back2.png') #ffffff no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
    padding-bottom: 10%;
  }
  #contents27 .title {
    color: #ffffff;
    font-size: 140%;
    font-weight: bold;
    line-height: 130%;
  	text-align: center;
  	margin: -15px 0px 30px 0px;
  }
  #contents27 img{
    width: 80%;
    margin: 0px 0px 10px 0px;
  }
  #contents27 .fuyohin1 {
  	text-align: center;
  }
  #contents27 .fuyohin2 {
  	text-align: center;
  }

  #contents28 {
    background: url('../images/reason-back2.png') #ffffff no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
    padding-bottom: 0%;
    padding-top: 15px;
  }
  #contents28 .sec-in ol li {
    padding-bottom: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    zoom: 1;
    position: relative
  }
  #contents28 .sec-in ol li:after {
    content: "";
    display: block;
    clear: both
  }
  #contents28 .sec-in ol li:after {
    content: "";
    display: block;
    clear: both
  }
  #contents28 .sec-in ol li .bl28-l {
    width: 100px;
    float: left
    margin: 0px 0px 0px 0px;
  }
  #contents28 .sec-in ol li .bl28-r {
    float: right;
    width: calc(100% - 100px);
    padding-left: 4%;
    margin: -8px 0px -50px 0px;
  }
  #contents28 .sec-in ol li .bl28-r h3 {
    color: #2769d2;
    font-size: 14px;
    line-height: 130%;
    margin: 20px 0px 10px 0px;
  }
  #contents28 .title {
    color: #ffffff;
    font-size: 140%;
    font-weight: bold;
  	text-align: center;
  	margin: 0px 0px 50px 0px;
  }

  #contents29 {
    background: url('../images/hikaku-back2.png') no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
  #contents29 .title {
    color: #ffffff;
    font-size: 140%;
    font-weight: bold;
  	text-align: center;
  	margin: -20px 0px 40px 0px;
  }
  #contents29 .hikaku {
  	width: 100%;
  	margin: 0px 0px 0px 0px;
  }
  
  #contents30 {
    background: url('../images/area-back2.png') #ffffff no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
  #contents30 .title {
    color: #ffffff;
    font-size: 140%;
    font-weight: bold;
  	text-align: center;
  	margin: 0px 0px 0px 0px;
  }
  #contents30 .map {
    width: 80%;
    margin: 10px auto;
  }

  #contents31 {
    background: url('../images/voice-back2.png') no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
  #contents31 .title {
    color: #ffffff;
    font-size: 140%;
    font-weight: bold;
  	text-align: center;
  	margin: 0px 0px 80px 0px;
  }
  #contents31 .voice {
  	width: 100%;
    margin: 0px auto;
  }
  #contents31 .thumb {
    width: 70%;
    float: none;
    margin: 0px auto;
  }
  #contents31 .subject {
  	font-size: 90%;
  	color: #ffffff;
  	font-weight: bold;
    background: #2869d2;
    padding: 15px;
    width: 60%;
    border-radius: 35px;
    width: 100%;
    padding: 15px 0px 15px 20px;
  	margin: 10px 0px 0px 0px;
  	text-align: center;
  	line-height: 130%;
    float: none;
  }
  #contents31 .copy {
  	position: relative;
  	margin: 20px 0px 30px 0px;
  	line-height: 150%;
  	width: 100%;
  }
  #contents31 .clear {
  	clear: both;
  }

  #contents32 {
    background: url('../images/step-back2.png') no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
  #contents32 .sec-in ol {
    list-style: none
  }
  #contents32 .sec-in ol li {
    padding-bottom: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    zoom: 1;
    position: relative
  }
  #contents32 .sec-in ol li .bl32-l {
    display: block;
    width: 100px;
    float: left
  }
  #contents32 .sec-in ol li .bl32-r {
    float: right;
    width: calc(100% - 100px);
    padding-left: 4%
  }
  #contents32 .sec-in ol li .bl32-r h3 {
    color: #2769d2;
    font-size: 18px;
    margin: 20px 0px 5px 0px;
  }
  #contents32 .title {
    color: #ffffff;
    font-size: 140%;
    font-weight: bold;
  	text-align: center;
  	margin: 0px 0px 50px 0px;
  }

  #contents33 {
    background: url('../images/faq-back2.png') #3caae6 no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
/*  #contents33 .sec-in dl dt, #contents33 .sec-in dl dd {
    width: 100%;
    padding: 0px 0%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: strech
  }
  #contents33 .sec-in dl dt .question, #contents33 .sec-in dl dd .question, #contents33 .sec-in dl dt .answer, #contents33 .sec-in dl dd .answer {
    flex-basis: 40px;
    height: 40px;
    margin-right: 2%;
    text-align: center;
    line-height: 39px;
    border-radius: 20px
  }
  #contents33 .sec-in dl dt p, #contents33 .sec-in dl dd p {
    margin: -1% 0px 0px 15%;
    flex-basis: calc(100% - 60px)
  }
  #contents33 .sec-in dl dt {
    background: url('../images/faq-q2.png') no-repeat;
    background-size: contain;
    width: 100%;
    height: 80px;
    margin: 0px 0px 0px 0px;
    z-index: 2;
  }
  #contents33 .sec-in dl dt p {
    color: #ffffff;
    font-weight: bold;
    margin: -1% 0px 0px 15%;
  }
  #contents33 .sec-in dl dt:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    top: 45%;
    right: 5%;
    margin-top: -7.5px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in
  }
  #contents33 .sec-in dl dd {
    background: url('../images/faq-a2.png') no-repeat;
    background-size: contain;
    width: 100%;
    height: 208px;
    margin: -45px 0px 0px 0px;
    z-index: 1;
  }*/
  #contents33 .title {
    color: #ffffff;
    font-size: 140%;
    font-weight: bold;
  	text-align: center;
  	margin: -4px 0px 50px 0px;
  }
  #contents33 p {
    padding-right: 5%;
  }
  
  #contents34 form label{
    display: inline-block;
    font-size: 18px;
    margin: 0 0 6px 6px;
    padding: 0;
  }
  #contents34 form label .f_r{
    font-size: 12px;
    padding: 3px 8px;
    margin: 0 0 0 6px;
    background: #E9451C;
    color: #fff;
    border-radius: 8px;
    float: right;
  }
  #contents34 #BtConfirm,
  #contents34 #BtSent,
  #contents34 #BtCancel,
  #contents34 #BtReset{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }
  #contents34 #BtConfirm{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #ff9214;
    padding: 8px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    text-align: center;
  }
  #contents34 #BtReset{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #777777;
    padding: 12px 0 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
  }
  #contents34 #BtSent{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #ff9214;
    padding: 13px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
  }
  #contents34 #BtCancel{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #4d4d4d;
    padding: 8px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    text-align: center;
  }
  #contents34 #BtConfirm:hover,
  #contents34 #BtReset:hover,
  #contents34 #BtSent:hover,
  #contents34 #BtCancel:hover{
    opacity: .7;
  }
  #ContactConfirm{
	display:none;
    margin: 24px 0 0;
    width: 100%;
  }
  #contents34 .CfmItem{
    display:inline-block;
  }
  #contents34 .inputconf{
    display:inline-block;
  }
  select,input{
    height: auto !important;
  }
  select,input,textarea{
    font-size: 16px !important;
  }
  #contact_follow{
    padding: 48px 0;
  }
  #contact_done{
    padding: 48px 0;
    background: url("../img/sq_bg.jpg");
  }
  #contact_done h2{
    padding: 48px 0;
    font-size: 32px;
  }
  #contact_done p b{
    font-size: 24px;
  }
  #contact_done .top_return{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #E9451C;
    padding: 8px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    text-align: center;
  }
  #contents34 .sec-in h2 {
    width: 100%;
    margin-bottom: 20px;
    color: #2869d2;
    font-size: 24px;
    font-weight: bold;
    text-align: center
  }

  #contents34 .sec-in h2 em {
    font-style: normal;
    font-size: 33px
  }

  #contents34 .sec-in .lead {
    font-size: 100%;
    color: #ea6a28;
    margin: 0 auto 20px;
    text-align: center;
  }

  #contents34 .sec-in form {
    width: 100%;
    text-align: left;
    padding: 10px;
    background: #ffffff;
  }

  #contents34 .form {
    width:100%;
    border: 1px solid #cccccc;
    margin: -10px 0px 0px 0px;
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    text-align: left;
    margin: 0px 0px 0px 0px;
  }
  #contents34 .form-radio {
    width:100%;
    margin: -10px 0px 0px -10px;
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    padding:.375rem .75rem;
  }
  #contents34 .form-area {
    width:100%;
    margin: 0px 0px 20px 0px;
    margin-right: 0px;
    float: right;
    padding:.375rem .75rem;
    border: 1px solid #cccccc;
  }
  #contents34 .form-title {
    margin: 10px 0px 20px 0px;
  }
  #contents34 form label .hisu{
    position: absolute;
  	float: right;
    width: 40px;
    margin: -18px 0px 0px 65%;
  }

footer {
  padding: 20px 0 63px;
  background-color: #3caae6;
  position: relative
}

footer p {
  color: #ffffff;
  text-align: center;
  padding: 10px 4%
}

footer .copyright {
  background: #2769d2;
  color: white;
  font-size: 12px;
  margin-top: 10px
}

.float {
  width: 100%;
  /*max-height: 100px;*/
  padding: 4px 4%;
  background: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center
}

.float a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.float a img {
  max-width: 50%;
  float: right;
}

#pagetop{ 
  position: fixed; 
  /*bottom: 90px; */
  bottom: 140px;
  right: 20px; 
  cursor: pointer; 
  width: 50px; 
  z-index: 999;
}

@media screen and (min-width:768px) {
  .sp {
    display: none
  }
  .pc {
    display: block
  }
  p, li, th, td, span, a, dl, dd {
    font-size: 16px
  }
  header {
    width: 100%;
    height: 120px;
    padding: 0
  }
  header .h-in {
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 8px 24px;
    position: relative
  }
  header h1 {
  	font-size: 95%;
    width: auto;
    position: absolute;
    margin: 10px 0px 0px -20px;
  }
  header .logo {
    width: 40%;
    margin: 40px 0px 10px -20px;
  }
  header .cta {
    position: absolute;
    top: 30px;
    width: 60%;
    right: 0;
  }
  header .cta>img {
  	float: left;
    display: inline-block;
    margin: 15px 0px 0px 0px;
    width: 12%;
    vertical-align: middle
  }
  header .cta a {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    margin: 10px 0px 0px 0px;
  }
  #pagetop{ 
    position: fixed; 
    bottom: 90px; 
    right: 20px; 
    cursor: pointer; 
    width: 50px; 
    z-index: 999;
  }
  section {
    padding: 60px 30px
  }
  .sec-in .sec-ttl {
    max-width: 704px;
    height: 98px;
    padding: 20px;
    margin: 0 auto 30px;
    font-size: 35px;
    background: url('../images/sec-ttl_pc.svg') no-repeat;
    background-size: 100%;
    line-height: 1
  }
  .sec-in .sec-ttl em {
    font-style: normal;
    font-size: 48px
  }
  .sec-in .sec-ttl .smaller {
    font-size: 20px;
    font-weight: bold
  }
  .card {
    width: 100%;
    padding: 60px 30px
  }
  .card .card-ttl {
    padding: 30px 0 50px 0;
    margin-bottom: 0
  }
  #contents21 {
    padding: 0 0 0 0;
    background: url('../images/01-bg_pc.jpg') #3caae6 no-repeat;
    background-size: cover
  }

  #contents22 {
    background: #3caae6;
    background-size: cover;
    padding: 70px 20px 100px 20px;
  }
  #contents22 .sec-in ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
  }
  #contents22 .sec-in ul li {
    margin-bottom: 0;
    padding: 0;
    flex-basis: 32%;
  }
  #contents22 .sec-in ul li h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    width: 100%;
    padding: 10px
  }
  #contents22 .sec-in ul li .bl22-in {
  	color: #000000;
    padding: 0px 0px 0px 0px;
  }
  #contents22 .sec-in ul li .bl22-in .card-ttl {
    padding: 0px 0px 0px 0px;
  }
  #contents22 .sec-in .point {
  	width: 25%;
  	margin: -20% 0 -2% -5%;
  }
  #contents22 .sec-in .pack {
  	width: 70%;
    margin: 40px auto;
  }
  #contents22 .sec-in .all {
  	background: #ffffff;
    background-size: cover;
  }
  #contents22 .sec-in .anshin {
    display: none;
  }
  
  #contents23 {
    background: #ffffff;
    margin: -100px 0px 0px 0px;
  }
  #contents23 {
    background: #ffffff;
    margin: -80px 0px 20px 0px;
  }
  #contents23 .all-icon {
  	width: 100%;
  	margin: -80px auto -30px;
  	max-width: 1000px;
  }
  #contents23 .all {
    display: none;
  }
  
  #contents24 {
    background: url('../images/other-back2.png') #ffffff no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
    padding-bottom: 15%;
  }
  #contents24 .other {
  	text-align: center;
  	margin: -20px 0px 0px 0px;
  }
  #contents24 h3 {
  	color: #ffffff;
  	font-size: 180%;
  	font-weight: bold;
  }
  #contents24 h3:before {
  	content: url(../images/other-left.png);
  	margin: 0px 10px 0px 0px;
  }
  #contents24 h3:after {
  	content: url(../images/other-right.png);
  	margin: 0px 0px 0px 10px;
  }
  #contents24 .caption {
  	text-align: center;
  	color: #ffffff;
  	font-size: 120%;
  	font-weight: bold;
  	margin: 10px 0px 0px 0px;
  }
  #contents24 .tel {
  	background: url(../images/other-white.png) center no-repeat;
  	text-align: left;
  	margin: 20px 0px 0px 0px;
  	height: 83px;
  }
  #contents24 .tel-info {
  	color: #3caae6;
  	font-size: 160%;
  	font-weight: bold;
  	margin: 0px 0px 0px 120px;
  	padding: 30px 0px 0px 0px;
  }
  #contents24 .tel-no {
  	width: 35%;
  	float: right;
  	margin: -43px 120px 0px 0px;
  }
  #contents24 .mail {
  	background: url(../images/other-back.svg) center no-repeat;
  	text-align: left;
  	margin: 0px 0px 0px 0px;
  	height: 60px;
  }
  #contents24 .mail-info {
  	text-align: center;
  	color: #ffffff;
  	font-size: 120%;
  	font-weight: bold;
  	margin: 22px 0px 0px 0px;
  	padding: 9px 0px 0px 0px;
  }
  #contents24 .sodan {
  	width: 45%;
  	margin: 35px auto;
  }

  #contents25 {
    background: url('../images/nayami-back.png') #ffffff no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
  #contents25 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: -30px 0px 100px 0px;
  }
  #contents25 .title:before {
  	position:  absolute; 
  	content: url(../images/nayami-left.png);
  	margin: -15px 0px 0px -100px;
  }

  #contents25 .nayami {
    font-size: 160%;
    font-weight: bold;
  	text-align: left;
  	margin: 0px 0px 30px 130px;
  }
  #contents25 .nayami:before {
  	content: url(../images/nayami-check.png);
  	margin: 0px 10px 0px -40px;
  	position: absolute;
  }
  #contents25 .sodan {
  	width: 50%;
  	margin: 120px auto 0px auto;
  }

  #contents26 {
    background: url('../images/pack-back.png') #ffffff no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
  #contents26 .sec-in ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
  }
  #contents26 .sec-in ul li {
    margin-bottom: 0;
    padding: 0 10px 10px 10px;
     box-sizing: border-box;
    flex-basis: 32%;
  }
  #contents26 .sec-in ul li h3 {
    font-size: 25px;
  }
  #contents26 .sec-in ul li .bl06-in {
    padding: 30px 20px 20px;
  }
  #contents26 .sec-in ul li .bl06-in .card-ttl {
    padding: 0 0 30px;
    margin-bottom: 20px;
    height: 106px;
  }
   #contents26 .sec-in > h3{ padding-top: 20px;}
  #contents26 .sec-in .point {
  	width: 25%;
  	margin: -12% 0 0 -12%;
  }
  #contents26 .sec-in .pack {
  	width: 70%;
    margin: 40px auto;
  }
  #contents26 .sec-in .all {
  	background: #ffffff;
    background-size: cover;
  }
  #contents26 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: -30px 0px 100px 0px;
  }
  #contents26 .title:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/pack-yen.png);
    background-size: contain;
    vertical-align: middle;
    margin: -3px 10px 0px 0px;
  }
  #contents26 .menu {
    width: 85%;
  	margin: -50px 0px 60px 100px;
  }
  #contents26 .gentei {
  	background: url(../images/pack-blue.png) center top no-repeat;
  	text-align: left;
  	margin: 0px 0px 0px 0px;
  	height: 450px;
  }
  #contents26 .blue {
  	color: #3caae6;
  	font-weight: bold;
  	text-align: center;
  	margin: 20px 0px 0px 0px;
  }
  #contents26 .name-1 {
  	color: #ffffff;
  	font-weight: bold;
  	font-size: 170%;
  	text-align: center;
  	margin: 70px 0px 0px 0px;
  }

  #contents26 .name-2 {
  	color: #ffffff;
  	font-weight: bold;
  	font-size: 170%;
  	text-align: center;
  	margin: 45px 0px 0px 0px;
  }


  #contents26 .name-3 {
  	color: #ffffff;
  	font-weight: bold;
  	font-size: 170%;
  	text-align: center;
  	margin: 45px 0px 0px 0px;
  }

  #contents26 .name2 {
  	color: #ffffff;
  	font-weight: bold;
  	font-size: 150%;
  }
  #contents26 .line-1 {
  	width: 260px;
  	margin: 5px auto;
    background: url(../images/pack-line.png) repeat-x;
  }

  #contents26 .line-2 {
  	width: 260px;
  	margin: 5px auto;
    background: url(../images/pack-line.png) repeat-x;
  }

  #contents26 .line-3 {
  	width: 260px;
  	margin: 5px auto;
    background: url(../images/pack-line.png) repeat-x;
  }
  #contents26 .price {
  	width: 80%;
  	margin: 10px auto;
  }
  #contents26 .text {
  	color: #ffffff;
  	font-size: 100%;
  	width: 250px;
  	margin: -8px 0px 0px 30px;
  }
  #contents26 .box{ width: 100%; text-align: center; display: block; overflow: hidden;}
  #contents26 .big {
  	color: #3caae6;
    font-size: 210%;
    font-weight: bold;
  	text-align: center;
  	margin: 40px 0px 25px 0;
  	padding: 0px 0px 12px 0px;
  	/*float: left;*/
    background: url(../images/pack-line.png) bottom repeat-x;
    display: inline-block;
  }
  #contents26 .big2 {
  	color: #3caae6;
    font-size: 170%;
    font-weight: bold;
  	text-align: center;
  	margin: 45px 0px 0px 0px;
  	display: inline-block;
  }
  #contents26 .big3 {
  	clear: both;
  	color: #3caae6;
    font-size: 170%;
    font-weight: bold;
  	text-align: center;
  	margin: 0px 0px 0px 0px;
  }

  #contents27 {
    background: url('../images/fuyohin-back.png') #ffffff no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
    height: 700px;
    padding: 30px 0
  }
  #contents27 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: 0px 0px 100px 0px;
  }
  #contents27 img{
    width: 31%;
    float: left;
    text-align: center;
    margin: 1% 1% 1% 1%;
  }
  #contents27 .fuyohin1 {
  }
  #contents27 .fuyohin2 {
  	width: 112%;
    padding: 0px 0px 0px 180px;
  }

  #contents28 {
    background: url('../images/reason-back.png') no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
    padding-bottom: 5%;
    padding-top: 60px;
  }
  #contents28 .sec-in ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
  }
  #contents28 .sec-in ol li {
    flex-basis: 165px;
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-right: 20px;
    overflow: visible
  }
  #contents28 .sec-in ol li .bl28-l {
    display: block;
    width: 100%;
    max-width: 175px;
    float: none;
    margin: 0 auto 10px
  }
  #contents28 .sec-in ol li .bl28-r {
    float: none;
    width: 100%;
    padding-left: 0
  }
  #contents28 .sec-in ol li .bl28-r h3 {
    color: #2769d2;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    height: 52px;
    vertical-align: middle;
    margin: 30px 0px 10px 0px;
    padding-bottom: 10px
  }
  #contents28 .sec-in ol li:after {
    bottom: auto;
    left: auto;
    top: 78px;
    right: -28px;
    margin-left: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg)
  }
  #contents28 .sec-in ol li:last-child {
    margin-right: 0
  }
  #contents28 .sec-in ol li:nth-child(4), #contents28 .sec-in ol li:last-child {
    margin-bottom: 0
  }
  #contents28 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: 0px 0px 50px 0px;
  }

  #contents29 {
    background: url('../images/hikaku-back.png') no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
  #contents29 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: -30px 0px 90px 0px;
  }
  #contents29 .hikaku {
  	margin: 0px 0px 0px 0px;
  }
  
  #contents30 {
    background: url('../images/area-back.png') #ffffff no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
  #contents30 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: -30px 0px 0px 0px;
  }
  #contents30 .map {
    width: 50%;
    margin: 0 auto;
  }
  
  #contents31 {
    background: url('../images/voice-back.png') no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
  #contents31 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: -30px 0px 100px 0px;
  }
  #contents31 .voice {
  	width: 900px;
    margin: 30px auto;
  }
  #contents31 .thumb {
    width: 150px;
    float: left;
  }
  #contents31 .subject {
  	font-size: 110%;
  	color: #ffffff;
  	font-weight: bold;
  	text-align: left;
    background: url(../images/voice-blue.png);
    border-radius: 0px;
    width: 729px;
  	line-height: 100%;
    padding: 15px 0px 15px 20px;
  	margin: 0px 0px 0px 0px;
    float: left;
  }
  #contents31 .copy {
  	position: absolute;
  	margin: 70px 0px 0px 170px;
  	line-height: 150%;
  	width: 690px;
  }
  #contents31 .clear {
  	clear: both;
  }

  #contents32 {
    background: url('../images/step-back.png') no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
  #contents32 .sec-in ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }
  #contents32 .sec-in ol li {
    flex-basis: 175px;
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-right: 20px;
    overflow: visible
  }
  #contents32 .sec-in ol li .bl32-l {
    display: block;
    width: 100%;
    max-width: 175px;
    float: none;
    margin: 0 auto 10px
  }
  #contents32 .sec-in ol li .bl32-r {
    float: none;
    width: 100%;
    padding-left: 0
    
  }
  #contents32 .sec-in ol li .bl32-r h3 {
    text-align: center;
    font-size: 17px;
    line-height: 1.2;
    height: 52px;
    vertical-align: middle;
    margin-bottom: 10px;
    padding-bottom: 10px
    
  }
  #contents32 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: 0px 0px 50px 0px;
  }

  #contents33 {
    background: url('../images/faq-back.png') no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
/*  #contents33 .sec-in dl dt, #contents33 .sec-in dl dd {
    width: 100%;
    padding: 20px 2%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: strech
  }
  #contents33 .sec-in dl dt .question, #contents33 .sec-in dl dd .question, #contents33 .sec-in dl dt .answer, #contents33 .sec-in dl dd .answer {
    flex-basis: 40px;
    height: 40px;
    margin-right: 2%;
    text-align: center;
    line-height: 39px;
    border-radius: 20px
  }
  #contents33 .sec-in dl dt p, #contents33 .sec-in dl dd p {
    margin: 50px 0px 0px 70px;
    flex-basis: calc(100% - 60px)
  }
  #contents33 .sec-in dl dt {
    background: url('../images/faq-q.png') no-repeat;
    width: 100%;
    height: 80px;
    margin: 0px 0px 0px 30px;
    z-index: 2;
  }
  #contents33 .sec-in dl dt p {
    color: #ffffff;
    font-weight: bold;
    margin: -3px 0px 0px 70px;
  }
  #contents33 .sec-in dl dt:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    top: 40%;
    right: 10%;
    margin-top: -7.5px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in
  }
  #contents33 .sec-in dl dd {
    background: url('../images/faq-a.png') no-repeat;
    width: 100%;
    height: 160px;
    margin: -77px 0px 10px 30px;
    z-index: 1;
  }*/
  #contents33 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: -30px 0px 100px 0px;
  }
  #contents34 .form-submit {
    width:70%;
    margin-right: 10px;
    float: right;
    margin: -20px 0px 0px 50px;
    height:calc(2.25rem + 2px);
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    margin: 0px 0px 20px 0px;
  }
  #contents34 .form {
    width:55%;
    border: 1px solid #cccccc;
    margin-right: 10px;
    float: right;
    margin: -20px 0px 0px 50px;
    height:calc(2.25rem + 2px);
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    margin: 0px 0px 20px 0px;
    text-align: left;
  }
  #contents34 .form-radio {
    width:55%;
    margin-right: 10px;
    float: right;
    height:calc(2.25rem + 2px);
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    margin: 0px 10px 0px 0px;
  }
  #contents34 .form-non {
    width:55%;
    float: right;
    margin: 0px 10px 20px 0px;
  }


  #contents34 .form-area {
    margin: 0px 0px 20px 0px;
    margin-right: 0px;
    float: right;
    width:55%;
    border: 1px solid #cccccc;
    padding:.375rem .75rem;
  }

  
  #contents34 .sec-in h2 {
    font-size: 35px
  }
  #contents34 .sec-in h2 em {
    font-style: normal;
    font-size: 50px
  }
  #contents34 .sec-in .lead {
    max-width: 100%;
    text-align: center
  }
  #contents34 .sec-in form {
    width: 100%;
    text-align: left;
    padding: 30px;
    background: #ffffff;
  }

  #contents34 form label{
    display: inline-block;
    font-size: 18px;
    margin: 0 0 6px 6px;
    padding: 0;
  }
  #contents34 form label .f_r{
    font-size: 12px;
    padding: 3px 8px;
    margin: 0 0 0 6px;
    background: #E9451C;
    color: #fff;
    border-radius: 8px;
    float: right;
  }
  #contents34 form label .hisu{
    position: absolute;
    margin: -20px 0px 0px 210px;
  }
  #contents34 #BtConfirm,
  #contents34 #BtSent,
  #contents34 #BtCancel,
  #contents34 #BtReset{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }
  #contents34 #BtConfirm{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #ff9214;
    padding: 8px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    text-align: center;
  }
  #contents34 #BtReset{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #777777;
    padding: 12px 0 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
  }
  #contents34 #BtSent{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #ff9214;
    padding: 13px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
  }
  #contents34 #BtCancel{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #4d4d4d;
    padding: 8px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    text-align: center;
  }
  #contents34 #BtConfirm:hover,
  #contents34 #BtReset:hover,
  #contents34 #BtSent:hover,
  #contents34 #BtCancel:hover{
    opacity: .7;
  }
  #ContactConfirm{
	display:none;
    margin: 24px 0 0;
  }
  #contents34 .CfmItem{
    display:inline-block;
  }
  #contents34 .inputconf{
    display:inline-block;
  }
  select,input{
    height: auto !important;
  }
  select,input,textarea{
    font-size: 16px !important;
  }
  .form-group{ overflow: hidden;}
  .form-group-btn{ text-align: center; overflow: hidden; margin: auto auto; width: 100%; vertical-align: top;}
  .form-group-btn a,
  .form-group-btn input{ vertical-align: top;}

  #contact_follow{
    padding: 48px 0;
  }
  #contact_done{
    padding: 48px 0;
    background: url("../img/sq_bg.jpg");
  }
  #contact_done h2{
    padding: 48px 0;
    font-size: 32px;
  }
  #contact_done p b{
    font-size: 24px;
  }
  #contact_done .top_return{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #E9451C;
    padding: 8px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    text-align: center;
  }

  footer {
    padding: 20px 0 0
  }

@media screen and (min-width:1025px) {
  header {
    width: 100%;
    height: 125px;
    padding: 0
  }
  header h1 {
  	font-size: 95%;
    width: auto;
    position: absolute;
    top: 10px;
    left: -20px;
  }
  header .logo {
    width: 45%;
    position: absolute;
    margin: 40px 0px 0px -65px;
  }
  header .cta {
    position: absolute;
    top: 18px;
    right: 0px;
    width: 570px
  }
  header .cta>img {
  	float: left;
    display: inline-block;
    margin: 25px 0px 0px 0px;
    width: 70px;
    vertical-align: middle
  }
  header .cta a {
    display: inline-block;
    width: 245px;
    vertical-align: middle
  }

  .sec-in {
    max-width: 1250px;
    margin: 0 auto
  }
  #contents21 .sec-in {
    padding-bottom: 0px
  }
  
  #contents22 .sec-in ul li {
  	margin: 0px 0px 0px 3%;
    flex-basis: 290px;
  }
  #contents22 .sec-in ul li h3 {
    font-size: 24px;
    margin: -20px 0px 0px 0px;
  }
  #contents22 .sec-in .point {
  	width: 25%;
  	margin: -12% 0 0 -12%;
  }
  #contents22 .sec-in .pack {
  	width: 70%;
    margin: 40px auto;
  }
  #contents22 .sec-in .all {
  	background: #ffffff;
    background-size: cover;
  }
  #contents22 .sec-in .anshin {
    display: none;
  }
  
  #contents23 {
    background: #ffffff;
    margin: -80px 0px 70px 0px;
  }
  #contents23 .all-icon {
  	width: 1000px;
  	margin: -90px auto;
  	max-width: 1000px;
  }
  #contents23 .all {
    display: none;
  }

  #contents24 {
    padding-bottom: 50px;
  }
  #contents24 .other {
  	text-align: center;
  	margin: -20px 0px 0px 0px;
  }
  #contents24 h3 {
  	color: #ffffff;
  	font-size: 220%;
  	font-weight: bold;
  }
  #contents24 h3:before {
  	content: url(../images/other-left.png);
  	margin: 0px 10px 0px 0px;
  }
  #contents24 h3:after {
  	content: url(../images/other-right.png);
  	margin: 0px 0px 0px 10px;
  }
  #contents24 .caption {
  	text-align: center;
  	color: #ffffff;
  	font-size: 120%;
  	font-weight: bold;
  	margin: 10px 0px 0px 0px;
  }
  #contents24 .tel {
  	background: url(../images/other-white.png) center no-repeat;
  	text-align: left;
  	margin: 20px 0px 0px 0px;
  	height: 83px;
  }
  #contents24 .tel-info {
  	color: #3caae6;
  	font-size: 180%;
  	font-weight: bold;
  	margin: 0px 0px 0px 140px;
  	padding: 25px 0px 0px 125px;
  }
  #contents24 .tel-no {
  	width: 28%;
  	float: right;
  	margin: -40px 260px 0px 0px;
  }
  #contents24 .mail {
  	background: url(../images/other-back.svg) center no-repeat;
  	text-align: left;
  	margin: 0px 0px 0px 0px;
  	height: 51px;
  }
  #contents24 .mail-info {
  	text-align: center;
  	color: #ffffff;
  	font-size: 110%;
  	font-weight: bold;
  	margin: 20px 0px 0px 0px;
  	padding: 9px 0px 0px 0px;
  }
  #contents24 .sodan {
  	width: 35%;
  	margin: 30px auto;
  }

  #contents25 {
    background: url('../images/nayami-back.png') #ffffff no-repeat;
    background-size: cover
        max-width: 1000px;
    background-position: center top;
    margin: 0px 0px 0px 0px;
    padding: 50px 30px;
  }
  #contents25 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: -20px 0px 100px 0px;
  }
  #contents25 .title:before {
  	position:  absolute; 
  	content: url(../images/nayami-left.png);
  	margin: -15px 0px 0px -100px;
  }

  #contents25 .nayami {
    font-size: 160%;
    font-weight: bold;
  	text-align: left;
  	margin: 0px 0px 30px 130px;
  }
  #contents25 .nayami:before {
  	content: url(../images/nayami-check.png);
  	margin: 0px 10px 0px -40px;
  	position: absolute;
  }
  #contents25 .sodan {
  	width: 40%;
  	margin: 150px 0px 0px 300px;
  }

  #contents26 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: -26px 0px 100px 0px;
  }
  #contents26 .title:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/pack-yen.png);
    background-size: contain;
    vertical-align: middle;
    margin: -3px 10px 0px 0px;
  }
  #contents26 .menu {
    width: 85%;
  	margin: -50px 0px 60px 100px;
  }
  #contents26 .gentei {
  	background: url(../images/pack-blue.png) center top no-repeat;
  	text-align: left;
  	margin: 0px 0px 0px 0px;
  	height: 450px;
  }
  #contents26 .blue {
  	color: #3caae6;
  	font-weight: bold;
  	text-align: center;
  	margin: 20px 0px 0px 0px;
  }
 #contents26 .name-1 {
  	color: #ffffff;
  	font-weight: bold;
  	font-size: 170%;
  	text-align: center;
  	margin: 70px 0px 0px 0px;
  }

  #contents26 .name-2 {
  	color: #ffffff;
  	font-weight: bold;
  	font-size: 170%;
  	text-align: center;
  	margin: 45px 0px 0px 0px;
  }

  #contents26 .name-3 {
  	color: #ffffff;
  	font-weight: bold;
  	font-size: 170%;
  	text-align: center;
  	margin: 45px 0px 0px 0px;
  }
  #contents26 .name2 {
  	color: #ffffff;
  	font-weight: bold;
  	font-size: 150%;
  }
  #contents26 .line-1 {
  	width: 260px;
  	margin: 5px auto;
    background: url(../images/pack-line.png) repeat-x;
  }

  #contents26 .line-2 {
  	width: 260px;
  	margin: 5px auto;
    background: url(../images/pack-line.png) repeat-x;
  }

  #contents26 .line-3 {
  	width: 260px;
  	margin: 5px auto;
    background: url(../images/pack-line.png) repeat-x;
  }tents26 .price {
  	width: 80%;
  	margin: 10px auto;
  }
  #contents26 .text {
  	color: #ffffff;
  	font-size: 100%;
  	width: 100%;
  	margin: 20px 0px 0px 0;
  }
  #contents26 .big {
  	color: #3caae6;
    font-size: 210%;
    font-weight: bold;
  	text-align: center;
  	margin: 40px 0px 25px 0;
  	padding: 0px 0px 12px 0px;
  	/*float: left;*/
  	display: inline-block;
    background: url(../images/pack-line.png) bottom repeat-x;
  }
  #contents26 .big2 {
  	color: #3caae6;
    font-size: 170%;
    font-weight: bold;
  	text-align: center;
  	margin: 45px 0px 0px 0px;
  	/*float: left;*/
  	display: inline-block;
  }
  #contents26 .big3 {
  	clear: both;
  	color: #3caae6;
    font-size: 170%;
    font-weight: bold;
  	text-align: center;
  	margin: 0px 0px 0px 0px;
  }

  #contents27 {
    padding: 30px 0
  }
  #contents27 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: 0px 0px 100px 0px;
  }
  #contents27 img{
    width: 30%;
    float: left;
    text-align: center;
    margin: 1% 1% 1% 1%;
  }
  #contents27 .fuyohin1 {
  }
  #contents27 .fuyohin2 {
  	width: 112%;
    padding: 0px 0px 0px 180px;
  }

  #contents28 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: 50px 0px 50px 0px;
  }
  #contents28 .sec-in ol li .bl28-r h3 {
    color: #2769d2;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    height: 52px;
    vertical-align: middle;
    margin: 30px 0px 10px 0px;
    padding-bottom: 10px
  }
 /* #contents28 .sec-in ol li:nth-child(2) .bl28-r h3{margin-top: 40px;}*/

  #contents29 .title {
    color: #ffffff;
    font-size: 200%;
    font-weight: bold;
  	text-align: center;
  	margin: -25px 0px 90px 0px;
  }
  #contents29 .hikaku {
  	margin: 0px 0px 0px 0px;
  }
  
  #contents30 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: -30px 0px 0px 0px;
  }
  #contents30 .map {
    width: 50%;
    margin: 0 auto;
  }
  
  #contents31 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: -30px 0px 100px 0px;
  }
  #contents31 .voice {
  	width: 100%;
  	max-width: 900px;
    margin: 30px auto;
    overflow: hidden;
  }
  #contents31 .thumb {
    width: 150px;
    float: left;
  }
  #contents31 .subject {
  	color: #ffffff;
  	font-weight: bold;
    background: url(../images/voice-blue.png);
    width: 729px;
    padding: 15px 0px 15px 20px;
    float: left;
  }
  #contents31 .copy {
  	position: absolute;
  	margin: 70px 0px 0px 170px;
  	line-height: 150%;
  	width: 690px;
  }
  #contents31 .clear {
  	clear: both;
  }

  #contents32 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: 0px 0px 50px 0px;
  }

  #contents33 {
    background: url('../images/faq-back.png') no-repeat;
    background-size: cover
    max-width: 1000px;
    background-position: center top;
  }
/*  #contents33 .sec-in dl dt, #contents33 .sec-in dl dd {
    width: 100%;
    padding: 20px 2%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: strech
  }
  #contents33 .sec-in dl dt .question, #contents33 .sec-in dl dd .question, #contents33 .sec-in dl dt .answer, #contents33 .sec-in dl dd .answer {
    flex-basis: 40px;
    height: 40px;
    margin-right: 2%;
    text-align: center;
    line-height: 39px;
    border-radius: 20px
  }
  #contents33 .sec-in dl dt p, #contents33 .sec-in dl dd p {
    margin: 50px 0px 0px 70px;
    flex-basis: calc(100% - 60px)
  }
  #contents33 .sec-in dl dt {
    background: url('../images/faq-q.png') no-repeat;
    width: 910px;
    height: 80px;
    margin: 0 auto;
    z-index: 2;
  }
  #contents33 .sec-in dl dt p {
    color: #ffffff;
    font-weight: bold;
    margin: -3px 0px 0px 70px;
  }
  #contents33 .sec-in dl dt:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    top: 40%;
    right: 3%;
    margin-top: -7.5px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in
  }
  #contents33 .sec-in dl dd {
    background: url('../images/faq-a.png') no-repeat;
    width: 910px;
    height: 160px;
    margin: -77px 0px 0px 45px;
    z-index: 1;
  }*/
  #contents33 .title {
    color: #ffffff;
    font-size: 220%;
    font-weight: bold;
  	text-align: center;
  	margin: -30px 0px 100px 0px;
  }
  #contents34 .form {
    width:70%;
    border: 1px solid #cccccc;
    margin-right: 10px;
    float: right;
    margin: -20px 0px 0px 50px;
    height:calc(2.25rem + 2px);
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    margin: 0px 0px 20px 0px;
    text-align: left;
  }
  #contents34 .form-radio {
    width:70%;
    margin-right: 10px;
    float: right;
    height:calc(2.25rem + 2px);
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    margin: 0px 10px 20px 0px;
  }
  #contents34 .form-non {
    width:70%;
    float: right;
    margin: 0px 10px 20px 0px;
  }


  #contents34 .form-area {
    width:100%;
    margin: 0px 0px 20px 0px;
    margin-right: 0px;
    float: right;
    width:70%;
    border: 1px solid #cccccc;
    padding:.375rem .75rem;
  }

  
  #contents34 .sec-in h2 {
    font-size: 35px
  }
  #contents34 .sec-in h2 em {
    font-style: normal;
    font-size: 50px
  }
  #contents34 .sec-in .lead {
    max-width: 100%;
    text-align: center
  }
  #contents34 .sec-in form {
    width: 100%;
    text-align: left;
    padding: 30px;
    background: #ffffff;
  }

  #contents34 form label{
    display: inline-block;
    font-size: 18px;
    margin: 0 0 6px 6px;
    padding: 0;
  }
  #contents34 form label .f_r{
    font-size: 12px;
    padding: 3px 8px;
    background: #E9451C;
    color: #fff;
    border-radius: 8px;
    float: right;
  }
  #contents34 form label .hisu{
  	position: absolute;
    margin: -20px 0px 0px 210px;
  }
  #contents34 #BtConfirm,
  #contents34 #BtSent,
  #contents34 #BtCancel,
  #contents34 #BtReset{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }
  #contents34 #BtConfirm{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #ff9214;
    padding: 8px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    text-align: center;
  }
  #contents34 #BtReset{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #777777;
    padding: 12px 0 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
  }
  #contents34 #BtSent{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #ff9214;
    padding: 13px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
  }
  #contents34 #BtCancel{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #4d4d4d;
    padding: 8px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    text-align: center;
  }
  #contents34 #BtConfirm:hover,
  #contents34 #BtReset:hover,
  #contents34 #BtSent:hover,
  #contents34 #BtCancel:hover{
    opacity: .7;
  }
  #ContactConfirm{
	display:none;
    margin: 24px 0 0;
  }
  #contents34 .CfmItem{
    display:inline-block;
  }
  #contents34 .inputconf{
    display:inline-block;
  }
  select,input{
    height: auto !important;
  }
  select,input,textarea{
    font-size: 16px !important;
  }

  #contact_follow{
    padding: 48px 0;
  }
  #contact_done{
    padding: 48px 0;
    background: url("../img/sq_bg.jpg");
  }
  #contact_done h2{
    padding: 48px 0;
    font-size: 32px;
  }
  #contact_done p b{
    font-size: 24px;
  }
  #contact_done .top_return{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 18px !important;
    width: 200px;
    background: #E9451C;
    padding: 8px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    text-align: center;
  }

  footer {
    padding: 20px 0 0
  }
  #pagetop{ 
    position: fixed; 
    bottom: 90px; 
    right: 20px; 
    cursor: pointer; 
    width: 50px; 
    z-index: 999;
  }
}
}

  .card{
    flex-direction:initial;
    display: block;
  }
  
  
  
/* 20191205  */
@media screen and (max-width:1000px) {
  #contents26 .sec-in ul {
    padding: 0;
    list-style: none;
    display: block;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
  }
  #contents26 .sec-in ul li {
    margin-bottom: 5px;
    padding: 0;
    flex-basis: 32%;
    max-width: 340px;
    vertical-align: top;
  }
  #contents26 .sec-in ul li:nth-child(2){ margin: 0;}
}

@media screen and (max-width:768px) {
	#contents22 .sec-in .card{ position: relative;}
	#contents22 .sec-in .point{ position: absolute; top: 0; left: 0; width: 60px;}
	#contents22 .sec-in ul li .bl22-in .card-ttl{ margin: 0 auto !important; padding: 20px 10px !important; box-sizing: border-box;}
	#contents22 .sec-in ul li:nth-child(1) .bl22-in .card-ttl br:nth-child(2){ display: none;}
	
	#contents22 .sec-in .anshin{ font-size: 160%;}
	#contents23 .all{ font-size: 160%;}
	
	#contents26 .big{ margin: 30px 0 0;}
	#contents26 .big3{ margin: 0 0 0;}
}


#contents33 .acMenu{ width: 100%; background-color: #fff; border-radius: 50px; box-sizing: border-box;}
#contents33 .acMenu.li2{ margin: 20px 0;}
#contents33 .acMenu dt{ display:block; width:100%; height:auto; cursor: pointer; background-color: #3caae6; border-radius: 50px; background-image: url(../images/faq-o.png); background-repeat: no-repeat; background-position: right 10px center; padding: 20px 100px; box-sizing: border-box; position: relative; color: #fff; border: 2px solid #fff;}
#contents33 .acMenu dt::before{ position: absolute; width: 40px; height: 50px; content: ""; background-image: url(../images/faq-q.png); background-repeat: no-repeat; background-size: 23px; background-position: center center; left: 40px; top: 6px;}

#contents33 .acMenu dd{ width: 100%; padding: 20px 100px; box-sizing: border-box; position: relative; display:none; background-image: url(../images/faq-a.png); background-repeat: no-repeat; background-size: 23px; background-position: left 50px center;}
#contents33 .acMenu dt.active{ background-image: url(../images/faq-c.png);}

  .form-group{ overflow: hidden;}
  .form-group-btn{ text-align: center; overflow: hidden; margin: auto auto; width: 100%; vertical-align: top;}
  .form-group-btn a,
  .form-group-btn input{ vertical-align: top;}



@media screen and (min-width:768px) and ( max-width:1024px) {
	header .h-in { box-sizing: border-box;}
	header h1{margin-left: 0;}
	header .logo{margin-left: 0; width: 380px;}
	header .cta{ float: right; width: 360px;}
	header .cta>img{ margin-top: 16px;}
	header .cta a{ width: 150px;}
	
	#contents22 .sec-in .point{margin: -40px 0px 0px -20px;}
	
	#contents24 .tel{ background-image: none; background-color: #fff; border-radius: 50px; height: auto; padding: 10px; box-sizing: border-box;}
	#contents24 .tel-info{ width: 100%; margin: 0; text-align: center; padding: 0 0 10px;}
	#contents24 .tel-no{ width: 100%; max-width: 400px; float: none; margin: 0 auto;}
	
	#contents27 { height: auto; padding-bottom: 50px;}
	#contents27 .fuyohin1,
	#contents27 .fuyohin2{ overflow: hidden;}
	
	#contents31 .voice{ width: 100%; max-width: 900px; overflow: hidden;}
	#contents31 .voice span{ display: block; width: calc(100% - 150px); float: left;}
	#contents31 span .subject{ width: 100%; background-image: none; background-color: #2869d2; border-radius: 0px 50px 50px 0px; overflow: hidden;}
	#contents31 span .copy{ width: 100%; padding: 60px 0 0 10px; margin: 0; position: relative; box-sizing: border-box;}
	
	#contents32 .sec-in ol{ width: 100%; max-width: 768px; margin: auto auto;}
	#contents32 .sec-in ol li{ margin-right: 10px;}
	#contents32 .sec-in ol li:last-child{ margin-right: 0;}
}


/*add 2024-03-17*/
.teigaku-plan em {
  font-style: normal;
}
.teigaku-plan {
  /*margin: 0 auto 50px;
    width: 1000px;*/
  margin: 0 auto;
  text-align: center
}

.teigaku-plan dl {
  text-align: left;
  margin-bottom: 20px
}

.teigaku-plan dt {
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
  /*font-size: 20px;
  font-size: 2rem*/
  font-size: 1.5rem;
}

.teigaku-plan dt span {
  margin-left: 20px;
  padding: 3px 5px;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold
}

.teigaku-plan dd {
  position: relative;
  height: 275px;
  background: #fff
}

@media screen and (max-width: 750px) {
  .teigaku-plan {
      width:auto
  }

  .teigaku-plan dt {
      width: 100%;
      font-size: 18px;
      font-size: 1.8rem
  }

  .teigaku-plan dt span {
      margin-left: 6px;
      font-size: 12px;
      font-size: 1.2rem
  }

  .teigaku-plan dd {
      padding: 10px;
      height: auto
  }
}

.teigaku-plan_kago>dt {
  background: #5db63a
}

.teigaku-plan_kago>dt span {
  color: #5db63a
}

.teigaku-plan_kago>dd {
  border: 1px solid #5db63a
}

.teigaku-plan_kei>dt {
  background: #275e9c
}

.teigaku-plan_kei>dt span {
  color: #275e9c
}

.teigaku-plan_kei>dd {
  border: 1px solid #275e9c
}

.teigaku-plan_hira>dt {
  background: #2e8b29
}

.teigaku-plan_hira>dt span {
  color: #2e8b29
}

.teigaku-plan_hira>dd {
  border: 1px solid #2e8b29
}

.teigaku-plan_hako>dt {
  background: #df7306
}

.teigaku-plan_hako>dt span {
  color: #df7306
}

.teigaku-plan_hako>dd {
  border: 1px solid #df7306
}

.teigaku-plan_ph {
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 148px;
  width: auto;
}

@media screen and (max-width: 750px) {
  .teigaku-plan_ph {
      position:static;
      float: left;
      width: 43%;
      max-width: 140px;
      margin-bottom: 10px
  }
}

.teigaku-plan_txt {
  position: absolute;
  top: 30px;
  left: 200px;
  font-size: 23px;
  /*font-size: 2.3rem*/
}

@media screen and (max-width: 750px) {
  .teigaku-plan_txt {
      display:none
  }
}

.teigaku-plan_img {
  position: absolute;
  top: 67px;
  left: 200px;
  width: auto;
}

@media screen and (max-width: 750px) {
  .teigaku-plan_img {
      position:static;
      width: 140px
  }
}

@media screen and (max-width: 750px) {
  .teigaku-plan_img-wrap {
      float:left;
      text-align: center;
      width: 57%
  }
}

.teigaku-plan_price {
  position: absolute;
  top: 80px;
  left: 450px;
  /*font-size: 40px;
  font-size: 4rem*/
  font-size: 2.5rem;
  color: #000;
}
.regular-price {
  color: #000 !important;
}

.teigaku-plan_price .teika {
  text-decoration: line-through;
  font-size: 2.5rem;
  /*color: #390;*/
}

.teigaku-plan_price em {
  /*font-size: 50px;
  font-size: 5rem;*/
  color: #390
}

@media screen and (max-width: 750px) {
  .teigaku-plan_price {
      position:static;
      font-size: 24px;
      font-size: 2.4rem;
      padding-left: 1%;
      margin: 12px 0 10px;
      float: left;
      text-align: center;
      width: 56%;
      line-height: 1.3
  }

  .teigaku-plan_price em {
      display: block;
      font-size: 30px;
      font-size: 3rem
  }
}

.teigaku-plan_price--arw {
  margin: 0 20px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #390
}

@media screen and (max-width: 750px) {
  .teigaku-plan_price--arw {
      margin:0 5px;
      clear: left;
      border-color: #390 transparent transparent transparent;
      border-width: 5px 5px 0 5px
  }
}

.teigaku-plan_desc {
  position: absolute;
  top: 186px;
  left: 200px;
  display: inline-block;
  padding: 10px 20px;
  background: #fefdf4;
  border: 1px solid #f3c57b
}

@media screen and (max-width: 750px) {
  .teigaku-plan_desc {
      position:static;
      display: block;
      float: left;
      margin-bottom: 10px;
      text-align: center;
      width: 100%
  }
}

.teigaku-plan_meyasu {
  position: absolute;
  top: 186px;
  right: 20px;
  padding: 10px;
  width: 450px;
  background: #f8f8f8;
  border: 1px solid #dedede;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center
}

.teigaku-plan_meyasu .h {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem
}

@media screen and (max-width: 750px) {
  .teigaku-plan_meyasu {
      position:static;
      float: left;
      width: 100%
  }
}

.regular-price,.web-wari,.zeikomi {font-size: 1.5rem;}
.web-wari {color: #390;}
@media screen and (max-width: 750px){
.teigaku-plan_ph {display: none;}
.regular-price,.web-wari,.zeikomi {font-size: 1.5rem;}
.teigaku-plan {padding: 20px 10px}
.teigaku-plan_img-wrap,.teigaku-plan_price {width: 100%;}
}