/*-----------------------
 body
-------------------------*/
body{
width: 100%;
max-width:1920px;
margin: 0 auto;
}
.wrap{
width: 1000px;
margin: 0 auto;
}
.mv_sp{
display:none;
}
.taimg{
    max-width:300px;
}
.sp_only{
    display:none;
}
/*-----------------------
 header
-------------------------*/
header{
width: 100%;
height:80px;
max-width:1920px;
margin: 0 auto;
background-color:#fff;
position: fixed;
left:50%;
transform: translateX(-50%);
z-index: 500;
}
header .wrap{
height:80px;
width: 1200px;
padding: 0 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: flex;
  justify-content: center;
  align-items: center;
justify-content: space-between;
}
header .wrap .logos{
line-height:1.5;
	display:flex;
	justify-content:flex-start;
	align-items: center;
}
header .wrap .logos h1{
font-size: 1.4rem;
}

header .wrap .logos a.logo{
font-size: 3.1rem;
line-height: 1;
letter-spacing:0;
color: #000000;
font-weight: bold;
margin-right:1.5em;
}

header .wrap .logos a.logo img{
height:50px;
}

header .wrap .logos a.logo span{
color: #0b1949;
}

header .wrap .telmail{
	display:flex;
	justify-content:flex-end;
	align-items: center;
}
header .wrap .telmail .phone{
display: none;
}
header .wrap .telmail .freed{
display: block;
}

header .wrap .telmail .tel img{
height:30px;
width: auto;
margin-right: 10px;
}
header .wrap .telmail a.tel{
font-size: 3.3rem;
font-weight: bold;
color: #000;
letter-spacing: 2px;
	display:flex;
	justify-content:flex-start;
	align-items: center;
}
header .wrap .telmail a.tel span{
	display:flex;
	justify-content:flex-start;
	align-items: center;
}
header .wrap .telmail a.contact{
display: flex;
  justify-content: center;
  align-items: center;
margin-left: 2em;
}
header .wrap .telmail a.contact img{
height:35px;
width: auto;
margin-right: 0.5em;
}

/*-----------------------
 mv
-------------------------*/
section.mv{
padding-top: 80px;
width: 100%;
height: auto;
/*min-height:475px;*/
background-color:#f5f5f5;
}
section.mv .wrap{
width: 1200px;
/*
height: auto;
min-height:500px;
margin: 0 auto;
background-image:url("../images/mv_bg.png");
background-position: right bottom;
background-repeat: no-repeat;
background-size:auto 475px; */
}

section.mv .wrap img{
width:100%;
}

section.mv .wrap .inner{
width: 1000px;
margin: 0 auto;
padding-top: 6em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
section.mv .wrap .inner p.read{
font-size: 2.4rem;
line-height: 1.5;
color:#000;
margin:0 0 2em 0; 
}
section.mv .wrap .inner h2{
font-size: 3.6rem;
line-height: 1.5;
font-weight: bold;
}

/*-----------------------
 common
-------------------------*/

section:not(.mv) {
    padding: 50px 0;
}
h2.subtitle{
text-align: center;
font-size: 2.4rem;
font-weight: bold;
color: #333333;
margin-bottom: 50px;
position: relative;
letter-spacing: 1px;
}
h2.subtitle span{
color: #0b1949;
}

h2.subtitle:before{
content: "";
height: 5px;
width:130px;
display: block;
background-color: #dfdfdf;
position: absolute;
left: 0;
top: 0.45em;
}
h2.subtitle:after{
content: "";
height: 5px;
width:130px;
display: block;
background-color: #dfdfdf;
position: absolute;
right: 0;
top: 0.45em;
}


/*-----------------------
 tokucho
-------------------------*/

section.tokucho ul{
display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
justify-content: space-between;      
}
section.tokucho ul li{
width: 48%;
}
section.tokucho ul li:nth-of-type(1),
section.tokucho ul li:nth-of-type(2){
margin-bottom: 2em;
}
section.tokucho ul li h3{
background-color: #0b1949;
color: #fff;
font-size: 2rem;
text-align: center;
font-weight:bold;
padding:0.75em 0;
margin-bottom: 1em;
border-radius:5px 5px 0 0;  
}
section.tokucho ul li img{
float: left;
max-height: 100px;
width: auto;
height: auto;
margin-right:2em;
}
section.tokucho ul li p{
line-height: 2;
font-size: 1.6rem;
color: #000;
}
section.tokucho ul li p span{
display:block;
color: #0b1949;
margin:1em 0 0.5em 0;
font-weight: bold;
font-size: 1.8rem;
}
section.tokucho ul li p span strong{
padding-bottom: 0.25em;
background: linear-gradient(transparent 90%, #d4ebf6 0%);
}

/*-----------------------
 aside
-------------------------*/
aside.blue{

width: 100%;
background-color: #0b1949;
text-align: center;
color: #fff;
padding: 20px 0;
line-height: 2;
margin:0 auto;
}
aside.blue h2{
font-size: 2.1rem;
font-weight: bold;
line-height: 2;
color: #fff;
}
aside.blue h2 br{
display: none;
}
aside.blue p{
font-size: 1.6rem;
}


/*-----------------------
 whats
-------------------------*/
section.whats .wrap{
line-height: 2;
font-size: 1.8rem;
}
section.whats h2{
font-size: 2.4rem;
font-weight: bold;
text-align: center;
line-height: 1;
color: #000;
/*
padding: 1em 0;
background-color:#d4ebf6;
*/
margin-bottom: 1em;
}
section.whats h2 br{
display:none;
}
section.whats h2 span{
color: #0b1949;
}
section.whats img{
height: 232px;
width: auto;
float: right;
margin:1em 3em;
}
section.whats p{
padding-right:3em;
}
section.whats p:nth-of-type(1){
margin-top:3em;
}
section.whats:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*-----------------------
 suji
-------------------------*/
section.suji{
padding-top: 0;
}
section.suji h2{
font-size: 2.4rem;
font-weight: bold;
text-align: center;
color: #000;
/*
line-height: 1.5;
padding: 1em 0;
background-color:#d4ebf6;
*/
margin-bottom: 1em;
}
section.suji h2 span{
color: #0b1949;
}

section.suji .wrap > ul{
font-size: 1.6rem;
text-align: center;
font-weight: bold;
line-height: 1.25;
display: flex;
  justify-content: center;
  align-items:flex-start;
justify-content: space-between;
margin: 2em 0;
}
section.suji .wrap > ul li{
border-left: 1px solid #dfdfdf;
min-width: 165.5px;
min-height: 112px;
}
section.suji .wrap > ul li:nth-last-of-type(1){
border-right: 1px solid #dfdfdf;
}
section.suji .wrap > ul li p:nth-of-type(2){
margin-top: 1em;
color: #0b1949;
}
section.suji .wrap > ul li p:nth-of-type(2) strong{
font-size: 3rem;
}

section.suji .wrap section{
padding: 20px 0;
}

section.suji .wrap section h3{
text-align: center;
font-size: 2.4rem;
font-weight: bold;
padding: 1.25em 0;
margin-bottom: 1em;
letter-spacing: 1px;
background: linear-gradient(transparent 93%, #d4ebf6 0%);
}
section.suji .wrap section h3 span{
color:#0b1949;
}

section.suji .wrap section > ul{
	display:flex;
	justify-content:flex-start;
	align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 2em 0 0 0;
}
section.suji .wrap section > ul li{
width:50%;
margin-bottom: 2em;
font-size: 1.6rem;
line-height:1.5;
}

section.suji .wrap section > ul li h4{
font-weight: bold;
color: #0b1949;
font-size: 2.4rem;
letter-spacing: 1px;
}

section.suji .wrap section > ul li .pic{
width: 110px;
height: 100px;
display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  float: left;
}
section.suji .wrap section > ul li .pic img{
height: auto;
width:100%;
}

section.suji .wrap section table{
width: 100%;
font-size: 1.8rem;
}
section.suji .wrap section table th,
section.suji .wrap section table td{
text-align: center;
padding: 1em 0;
}
section.suji .wrap section table th{
font-weight: bold;
}
section.suji .wrap section table th span{
color: #0b1949;
}
section.suji .wrap section table td:nth-of-type(1){
font-weight: bold;
}
section.suji .wrap section table td:nth-of-type(2){
font-weight: bold;
color: #0b1949;
}
section.suji .wrap section table tr:nth-child(even) td{
background-color: #f5f5f5;
}

/*-----------------------
 qanda nagare
-------------------------*/
section.nagare h2,
section.qanda h2{
max-width:1200px;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
/*
line-height: 1.5;
color: #000;
padding: 1em 0;
background-color:#d4ebf6;
*/
margin:0 auto;
margin-bottom: 1em;
}

section.qanda dl{
font-size: 1.6rem;
line-height: 2;
width: 800px;
margin:0 auto;
padding-top: 3em;
}
section.qanda dl dt{
font-size: 1.7rem;
font-weight: bold;
color: #0b1949;
}
section.qanda dl dd{
margin-bottom: 2em;
}
section.qanda dl dd:nth-last-of-type(1){
margin-bottom: 0;
}

section.nagare ul{
font-size: 1.4rem;
display: flex;
  justify-content: center;
  align-items: center;  
justify-content:space-around;
padding: 2em 0 0 0;
}
section.nagare ul li{
width:25%;
position: relative;
text-align: center;
}
section.nagare ul li p{
text-align: left;
line-height: 2;
}
section.nagare ul li p.txtC{
font-weight: bold;
color: #666666;
letter-spacing: 1px;
text-align: center;
}
section.nagare ul li h3{
color:#0b1949;
font-weight: bold;
margin:0.5em 0;
font-size: 2rem;
}
section.nagare ul li img{
height: auto;
width: auto;
max-height: 115px;
margin:0.5em 0;
}

section.nagare ul li:after{
content: "";
display: block;
position: absolute;
top:50%;
transform: translateY(-50%); 
  right:-30px;
  width: 0;
  height: 0;
  border-left:20px solid #d4ebf6;
  border-top:50px solid transparent;
  border-bottom:50px solid transparent;
}
section.nagare ul li:nth-last-of-type(1):after{
display: none;
}




/*-----------------------
 contact
-------------------------*/
section.contact{
padding:0 0 50px 0;
background-color: #f5f5f5;
padding-top:0px !important;
}

section.contact h2{
max-width:1200px;
font-size:1.6rem;
font-weight: bold;
text-align: center;
line-height: 1.5;
color: #FFF;
padding: 1.5em 0;
background-color:#bc1908;
margin:0 auto;
margin-bottom:3em;
}
section.contact h2 strong{
font-size: 2.4rem;
margin-right: 1em;
}

section.contact p.big{
font-size:1.6rem;
margin:2em 0 1em 0;
text-align: center;
font-weight: bold;
color: #000;
}

section.contact p.tels{
display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:3em;
}
section.contact p.tels img{
height:30px;
width: auto;
margin-right: 10px;
}
section.contact p.tels a.tel{
font-size: 2.3rem;
font-weight: bold;
color: #0b1949;
letter-spacing: 2px;
	display:flex;
	justify-content:flex-start;
	align-items: center;
}
section.contact p.tels a.tel span{
	display:flex;
	justify-content:flex-start;
	align-items: center;
}

input[type="button"],input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}


.form-list{
  display:block;
  width:90%;
  margin:3em auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-list>li:nth-of-type(1){
  padding-top: 1.5em;
  margin-top:1.5em;
  border-top: 1px solid #dfdfdf;
}
.form-list>li{
  width:100%;
  clear:both;
  padding-bottom: 1.5em;
  margin-bottom:1.5em;
	display:flex;
	justify-content:flex-start;
	align-items:center;
    border-bottom: 1px solid #dfdfdf;
}
.form-list>li.f-start{
align-items:flex-start;
}

.form-list>li.half{
  width:50%;
  clear:inherit;
  margin-bottom:3em;
  float: left;  
}
.form-list > li.half > div input[type="text"] {
max-width: 10em;
margin-right: 0.5em;
}

.form-list>li:last-child{
  /*
  border-bottom:1px solid #AEAEAE;
  */
}
.form-list>li>div{
  text-align:left;
  vertical-align: middle;
  	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-list>li>div input,
.form-list>li>div span{
/*  float:left;*/
}

.form-list>li>div:nth-child(1) span:first-child{
  font-size:12px;
  display: block;
  background-color:#bc1908;
  color:#FFF;
  width: 3em;
  padding: 2px 0.5em;
  text-align:center;
  margin:0 1em 0 0;
}
.form-list>li>div:nth-child(1) span:nth-child(2){
max-width: 13em;
}
.form-list>li>div:nth-child(1) span.bg-gray{
  background-color:#666666;
}
.form-list>li>div span i{
font-size: 1.4rem;
}

.form-list>li>div:nth-child(1){
  font-size:1.6rem;
  width:24em;
  text-align:left;
  margin:0;
  	display:flex;
	justify-content:flex-start;
	align-items:center;
      -ms-flex-wrap:nowrap;
      flex-wrap:nowrap;
}
.form-list>li>div:nth-child(2){
width: auto;
min-width:65%;
max-width:65%;
  	display:flex;
	justify-content:flex-start;
	align-items:center;
      -ms-flex-wrap:nowrap;
      flex-wrap:nowrap;
}


.form-list>li>div textarea,
.form-list>li>div input[type=text]{
  width:100%;
  /*max-width:440px;*/
  padding:0.5em 10px;
  text-align:left;
  border:1px solid #bdbdbd;
  vertical-align:middle;
}
.form-list>li>div input[type=text].half{
max-width: 320px;
}

.form-list>li>div textarea{
  min-height:200px;
  vertical-align:middle;
}

.form-list>li>div textarea[placeholder],
.form-list>li>div input[placeholder]{
  font-size:1.6rem;
}
.form-list > li#policy > div:nth-child(1){
  vertical-align: top;
}

.form-list input[type=checkbox],
.form-list input[type=radio]{
  display:none;
}

.form-list label{
display: block;
padding-left:1.5em;
margin:0.5em 2em 0.5em 0;
 position:relative;
 cursor: pointer;
}

.form-list label:before{
content: "";
width:16px;
height:16px;
display: block;
position: absolute;
top: 0;
left:0;
background-image: url("../images/icon_chk.svg");
background-size: cover;
}

.form-list input[type=checkbox]:checked + label:before,
.form-list input[type=radio]:checked + label:before{
content: "";
width:16px;
height:16px;
display: block;
position: absolute;
top: 0;
left:0;
background-image:url("../images/icon_cheked.svg");
background-size: cover;
}
.contact .policy{
text-align: center;
margin: 3em 0;
}

.contact .form-list-under{
    display: block;
    width:90%;
    background-color: #fff;
  margin:0 auto;
  overflow-y: auto;
  max-height:240px;
  -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #bdbdbd;
padding:0 1em;
font-size: 1.2rem;
}
.contact .form-list-under>li{
  width:100%;
  display:block;
  margin:1em 0;
  text-align:left;
  line-height:1.5;
}
.contact .form-list-under>li dt{
font-weight: bold;
}
.contact .form-list-under>li dd{
margin-bottom: 1em;
}


.contact input[type=submit]{
width: 248px;
height: 44px;
display: block;
margin: 0 auto;
color: #fff;
font-size: 2.4rem;
font-weight: bold;
background-color: #bc1908;
}




/*-----------------------
 page-top
-------------------------*/
#page-top{
	width:40px;
	height:40px;
	display:block;
	position:fixed;
	right:5%;
	bottom:5%;
	cursor:pointer;
	  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  z-index:998;
}
#page-top img{
	width:40px;
	height:40px;
}
#page-top:hover{
	opacity:0.8;
}


/*-----------------------
 footer
-------------------------*/
footer{
text-align: center;
padding:50px 0;
width: 100%;
background-color: #fff;
}



/*---------------------------------------------*
* width 1200px
*----------------------------------------------*/
@media screen and (max-width:1200px) {
header .wrap{
width: 98%;
margin: 0 auto;
padding: 0;
}
header .wrap .logos a.logo {
    margin-right:0.5em;
}
header .wrap .telmail a.contact,
header .wrap .telmail a.contact {
    margin-left:0.5em;
}
section.mv .wrap {
    width:100%;
    height: auto;
    /* background-size:80% auto; */
    /* padding: 0 2%; */
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

}
/* width 1200px end --------------------------------------------*/

/*---------------------------------------------*
* width 1000px
*----------------------------------------------*/
@media screen and (max-width:1000px) {
header .wrap .telmail a.tel span{
font-size:2.4rem;
letter-spacing: 0;
display: none;
}
header .wrap .telmail a{
display: block;
min-width:60px;
}
header .wrap .telmail span{
display: none;
}
header .wrap .telmail img{
min-height: 30px;
max-height: 30px;
width: auto;
height: auto;
}

header .wrap .telmail .phone{
display: block;
}
header .wrap .telmail .freed{
display: none;
}
header .wrap .telmail a.tel img{
min-height: 35px;
max-height: 35px;
width: auto;
height: auto;
}
section.mv {
    padding-top: 80px;
    width: 100%;
    height: auto;
    /* min-height:400px; */
}
section.mv .wrap {
    width: 100%;
    height: auto;
    background-size:70% auto;
    min-height: inherit;
}
section.mv .wrap .inner {
    width: 100%;
    margin: 0 auto;
    padding-top:3em;
}

.wrap {
    width:98%;
    margin: 0 auto;
}

h2.subtitle:after,
h2.subtitle:before {
    width:30%;
}

section.tokucho ul {
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content:space-around;
}

section.tokucho ul li:nth-of-type(3),
section.tokucho ul li:nth-of-type(1), section.tokucho ul li:nth-of-type(2) {
    margin-bottom:2em;
}
section.tokucho ul li {
    width:60%;   
}



section.whats img {
    height: 232px;
    width: auto;
    float:none;
    margin: 1em auto;
    display: block;
}
section.whats p:nth-of-type(1) {
    margin-top:0;
}
section.whats p {
    padding-right:0;
}
section.suji .wrap > ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content:space-around;
}
section.suji .wrap > ul li{
margin-bottom: 1em;
    min-width:inherit;
    min-height: 112px;
    width: 33%;
}
section.suji .wrap > ul li:nth-of-type(3){
border-right: 1px solid #dfdfdf;
}
section.nagare ul li {
    width:30%;
}
section.nagare ul li::after {
    right: -20px;
}
section.qanda dl {
    font-size: 1.6rem;
    line-height: 2;
    width:100%;
}
section.qanda dl dd,
section.qanda dl dt {
    line-height: 1.5;
}
section.qanda dl dt{
margin-bottom: 1em;
}

}
/* width 1000px end --------------------------------------------*/

/*---------------------------------------------*
* width 768px
*----------------------------------------------*/
@media screen and (max-width:768px) {
header {
    width: 100%;
    height: 50px;
}
header .wrap{
height: 50px;
}
header .wrap .logos a.logo {
    margin-right:0;
}
header .wrap .logos {
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 50%;
}
header .wrap .logos a.logo {
    font-size:2rem;
}

header .wrap .logos a.logo img{
height:35px;
}

header .wrap .logos h1{
display: block;
font-size: 1rem;
}
header .wrap .telmail{
min-width:50%;
	display:flex;
	justify-content:flex-end;
	align-items: center;
}
header .wrap .telmail a{
display: block;
min-width:50px;
}
header .wrap .telmail a.tel span {
display: none;
}


section.mv {
    padding-top: 50px;
    /* min-height:80vw; */
}
section.mv .wrap .inner {
    padding-top:1em;
}
section.mv .wrap .inner p.read {
    font-size:2rem;
    display: inline-block;
    margin: 0 auto 1em auto;
}
section.mv .wrap .inner h2 {
    font-size: 3rem;
    margin: 0 auto;
    display: inline-block;
}


section:not(.mv) {
    padding:10vw 0;
}

h2.subtitle {
    font-size:2rem;
}
h2.subtitle:before,
h2.subtitle:after{
width: 7%;
}
section.tokucho ul li {
    width:100%;
    text-align: center;
}
section.tokucho ul li img {
    float:none;
    max-height: 100px;
    width: auto;
    height: auto;
    margin:1em auto 0 auto;
    display: block;
}
aside.blue h2 {
    font-size:1.8rem;
    line-height: 1.5;
}
aside.blue h2 br{
display:block;
}

section.whats{
padding-bottom: 0;
}

section.whats h2 {
    font-size: 2rem;
}
section.whats h2 br{
display: block;
}
section.whats img {
    height:auto;
    width:100%;
    float: none;
    margin: 1em auto;
    display: block;
}
section.whats .wrap {
    line-height:1.5;
    font-size: 1.6rem;
}

section.suji{
padding-bottom: 0;
}
section.suji h2 {
    font-size: 2rem;
}
section.suji .wrap > ul li {
    margin-bottom: 1em;
    min-width: inherit;
    min-height: 112px;
    width:49%;
}
section.suji .wrap > ul li:nth-child(odd){
border-right: none;
}
section.suji .wrap > ul li:nth-child(even){
border-right: 1px solid #dfdfdf;
}
section.suji .wrap section > ul li {
    width:70%;
    margin:0 auto 2em auto;
    font-size: 1.6rem;
    line-height: 1.5;
}
section.suji .wrap section > ul li h4 {
    font-size: 2rem;
}
section.suji .wrap section > ul li .pic {
    width: 120px;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em auto;
    float:none;
}
section.suji .wrap section > ul li .pic img{
max-width: 120px;
width: auto;
height:auto;
}
section.suji .wrap section div.ta{
    width: 100%;
    max-width: 100%;
    overflow-x:auto;    
}
section.suji .wrap section table{
font-size: 1.6rem;
min-width:550px;
}
section.nagare h2, section.qanda h2 {
    font-size: 2rem;
}
section.nagare ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.nagare ul li {
    width:100%;
    max-width: 440px;
    margin-bottom:4em;
}
section.nagare ul li:nth-last-of-type(1) {
margin-bottom: 0;
}
section.nagare ul li:after {
    content: "";
    display: block;
    position: absolute;
    top:inherit;
    bottom:-3em;
    left: 50%;
    transform: translateX(-50%);
    right:inherit;
  width: 0;
  height: 0;
  border-left:60px solid transparent;
  border-right:60px solid transparent;
  border-top: 30px solid #D4EBF6;
  border-bottom: none;
}

section.contact h2 strong {
    font-size: 2rem;
    margin-right:0;
    display: block;
}

section.contact .big {
line-height: 1.5;
}
.form-list > li {
    width: 100%;
    clear: both;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-list > li > div:nth-child(1) {
    font-size: 1.6rem;
    width:100%;
    margin-bottom: 1em;
}
.form-list > li > div:nth-child(2) {
    width:100%;
    min-width:inherit;
    max-width:inherit;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.form-list > li > div input[type="text"].half {
    max-width:60%;
}


section.contact p.tels {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

p.policy{
line-height: 1.5;
}

}
/* width 768px end --------------------------------------------*/

/*---------------------------------------------*
* width 640px
*----------------------------------------------*/
@media screen and (max-width:640px) {
.mv_pc{
display:none;
}
.mv_sp{
display:block;
}
.sp_only{
    display:block;
}
}
/* width 640px end --------------------------------------------*/

/*---------------------------------------------*
* width 480px
*----------------------------------------------*/
@media screen and (max-width:480px) {
}
/* width 480px end --------------------------------------------*/

/*---------------------------------------------*
* width 375px
*----------------------------------------------*/
@media screen and (max-width:375px) {
aside.blue h2 {
    font-size:1.6rem;
    line-height: 1.5;
}
aside.blue h2 br{
display:block;
}
}

.pri-titl {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
    color: #000;
}

.privacy-policy-box {
    max-height: 200px;
    width: 85%;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 50px;
    background-color: #f9f9f9;
}

.privacy-policy-content {
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
}

.privacy-policy-content h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

.privacy-policy-content h4 {
    font-size: 16px;
    color: #df6121;
    margin: 15px 0 10px;
}

.privacy-policy-content h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px;
}

.privacy-policy-content p,
.privacy-policy-content ul {
    margin-bottom: 10px;
}

.privacy-policy-content ul {
    padding-left: 20px;
}

/*-----------------------
 #home-06
-------------------------*/
#home-06 {
  margin-bottom: 66.4px;
}
@media (min-width: 960px) {
  #home-06 {
    margin-bottom: 83px;
  }
}
#home-06 .com-tit-01 {
  margin-bottom: 57.6px;
}
@media (min-width: 960px) {
  #home-06 .com-tit-01 {
    margin-bottom: 72px;
  }
}

.home-06-list {
  max-width: 932px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .home-06-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-06-list li + li {
  margin-top: 45.6px;
}
@media (min-width: 769px) {
  .home-06-list li + li {
    margin-top: 57px;
  }
}
.home-06-list li + li h3 {
  position: relative;
}
.home-06-list li + li h3::after {
  display: block;
  content: "";
  background-image: url(../images/06_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21.6px;
  height: 28px;
  position: absolute;
  top: -65%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 640px) {
  .home-06-list li + li h3::after {
    top: -75%;
  }
}
@media (min-width: 769px) {
  .home-06-list li + li h3::after {
    width: 27px;
    height: 35px;
    top: -63%;
  }
}
.home-06-list h3 {
  background-image: url(../images/06_01.png?ver=2022);
  background-repeat: no-repeat;
  background-size: contain;
  width: 172.8px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14.4px;
  line-height: 1.33;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .home-06-list h3 {
    margin-right: 25.6px;
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .home-06-list h3 {
    font-size: 18px;
    width: 216px;
    height: 70px;
    margin-right: 32px;
  }
}
.home-06-list h3 span {
  display: block;
}
.home-06-list h3 .number {
  color: #C02832;
  font-size: 12.8px;
  letter-spacing: 0.2em;
  line-height: 1.125;
}
@media (min-width: 769px) {
  .home-06-list h3 .number {
    font-size: 16px;
  }
}
.home-06-list p {
  font-size: 12.8px;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .home-06-list p {
    width: calc(100% - 248px);
  }
}
@media (min-width: 769px) {
  .home-06-list p {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .home-06-list p {
    margin-top: 1em;
    text-align: center;
  }
}
