@charset "utf-8";
.sub_main {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 60px;
	background-image: url(../img/sub/main_image.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	height: 665px;
}
.sub_main img {
width: 90%;
max-width: 774px;
margin: 60px auto;
}
.pankuzu {
width: 100%;
max-width: 1080px;
font-size: 14px;
margin: -3em auto 30px;
}
/***** About *****/
.about_area {
width: 100%;
max-width: 920px;
margin: 0 auto 60px;
}
.about_area table {
width: 100%;
}
.about_area table td {
width: 50%;
font-size: 18px;
line-height: 1.5em;
padding: 30px 33px;
}
.about_area table td img {
width: 100%;
max-width: 324px;
}
.about_area .about_t {
font-size: 28px;
line-height: 1.5em;
}
.about_area .about_txt {
display: table;
text-align: left;
}
.about_area .about_use {
border: hsla(103,29%,67%,1.00) solid 1px;
width: 100%;
padding: 1em 1.5em;
line-height: 1.8em;
margin-bottom: 150px;
}
.about_area h4 {
background-color: hsla(103,29%,67%,1.00);
color: #FFF;
text-align: center;
width: 100%;
font-size: 21px;
padding: 5px 0 10px;
margin: 60px auto 0;
}

/***** Service *****/
.service_area {
width: 100%;
max-width: 920px;
margin: 150px auto;
}
.service_area .service_box {
width: 100%;
border: solid 1px #000;
}
.service_area .service_box h3 {
margin: -0.5em auto 0;
text-align: center;
background-color: #FFF;
display: table;
padding: 2px 10px;
font-size: 30px;
font-weight: 500;
}
.service_area .service_box .service_cont {
text-align: center;
font-size: 16px;
line-height: 1.6em;
margin: 30px auto;
}
.service_area .service_box .service_cont ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
margin: 0 auto 40px;
width: 90%;
}
.service_area .service_box .service_cont ul li {
width: 20%;
font-size: 18px;
margin: 1em 0;
vertical-align: text-bottom;
}
/***** FAQ *****/
.faq_area {
width: 100%;
max-width: 920px;
margin: 150px auto;
position: relative;
}
.faq_area .faq_box {
width: 100%;
border: solid 1px #000;
}
.faq_area .faq_box h3 {
margin: -0.5em auto 0;
text-align: center;
background-color: #FFF;
display: table;
padding: 2px 10px;
font-size: 30px;
font-weight: 500;
}
.faq_area .faq_box .faq_cont {
text-align: center;
font-size: 16px;
line-height: 1.6em;
margin: 30px 30px 0;
}
.faq_area .faq_box .faq_cont ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq_area .faq_box .faq_cont ul li {
padding: 0 0 0 1em;
margin-bottom: 2em;
}


.faq_area .faq_box .faq_cont ul li dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.faq_area .faq_box .faq_cont ul li dl dt {
margin-right: 1em;
width: 30px
}
.faq_area .faq_box .faq_cont ul li dl dd  {
margin-right: 0;
text-align: left;
}
.txt_q {
width: 16em;
}
.faq_area .faq_box .faq_cont .image {
position: absolute;
top: 2em;
right: -4em;
}
/***** First *****/
.first_area {
width: 100%;
max-width: 920px;
margin: 180px auto 180px;
}
.first_area h4 {
margin: 0 auto 30px;
text-align: center;
padding: 2px 10px;
font-size: 30px;
font-weight: 500;
}
.first_area .first_txt {
font-size: 16px;
text-align: center;
margin: 0 auto 30px;
}
.first_area ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.first_area ul li {
width: 30%;
text-align: center;
font-size: 24px;
line-height: 1.8em;
}
.first_area ul li img {
max-width: 186px;
}
.first_area ul li .f_36 {
font-size: 150%;
}
.right {
text-align: right;
}
@media screen and (max-width:1100px){
.sub_main {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 60px;
	background-image: url(../img/sub/main_image.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	height: auto;
}

.sub_main img {
	width: 90%;
	max-width: 650px;
	margin: 0 auto 60px;
}
.pankuzu {
width: 96%;
}
/***** About *****/
.about_area table {
width: 100%;
}
.about_area table td {
width: 100%;
font-size: 16px;
line-height: 1.5em;
padding: 0 33px 50px;
display: block;
text-align: center;
}
.about_area table td img {
margin: auto;
}
.about_area .about_t {
font-size: 26px;
line-height: 1.5em;
}
.about_area .about_txt {
display: table;
text-align: left;
}
.about_area .about_use {
border: hsla(103,29%,67%,1.00) solid 1px;
width: 96%;
padding: 1em 1.5em;
line-height: 1.8em;
margin: 0 auto 150px;
}
.about_area h4 {
background-color: hsla(103,29%,67%,1.00);
color: #FFF;
text-align: center;
width: 96%;
font-size: 21px;
padding: 5px 0 10px;
margin: 60px auto 0;
}
/***** Service *****/
.service_area {
width: 100%;
max-width: 920px;
margin: 0 auto 180px;
}
.service_area .service_box {
width: 96%;
border: solid 1px #000;
margin: auto;
}
.service_area .service_box h3 {
margin: -0.5em auto 0;
text-align: center;
background-color: #FFF;
display: table;
padding: 2px 10px;
font-size: 30px;
font-weight: 500;
}
.service_area .service_box .service_cont {
text-align: center;
font-size: 16px;
line-height: 1.6em;
margin: 30px auto;
}
.service_area .service_box .service_cont ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
margin: 0 auto 40px;
width: 90%;
}
.service_area .service_box .service_cont ul li {
width: 30%;
font-size: 16px;
margin: 1em 0;
vertical-align: text-bottom;
}
/***** FAQ *****/
.faq_area {
width: 96%;
max-width: 920px;
margin: 0 auto 180px;
position: relative;
}
.faq_area .faq_box {
width: 100%;
border: solid 1px #000;
}
.faq_area .faq_box h3 {
margin: -0.5em auto 0;
text-align: center;
background-color: #FFF;
display: table;
padding: 2px 10px;
font-size: 30px;
font-weight: 500;
}
.faq_area .faq_box .faq_cont {
text-align: center;
font-size: 16px;
line-height: 1.6em;
margin: 30px 30px 0;
}
.faq_area .faq_box .faq_cont ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq_area .faq_box .faq_cont ul li {
padding: 0 0 0 1em;
margin-bottom: 0.5em;
width: 100%;
}
.faq_area .faq_box .faq_cont ul li:nth-of-type(even) {
margin-bottom: 1.5em;
}


.faq_area .faq_box .faq_cont ul li dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.faq_area .faq_box .faq_cont ul li dl dt {
margin-right: 1em;
width: 30px
}
.faq_area .faq_box .faq_cont ul li dl dd  {
margin-right: 0;
text-align: left;
}
.txt_q {
width: 16em;
}
.faq_area .faq_box .faq_cont .image {
position: absolute;
top: 3em;
right: 3em;
}
/***** First *****/
.first_area {
width: 100%;
max-width: 920px;
margin: 180px auto 180px;
}
.first_area h4 {
margin: 0 auto 30px;
text-align: center;
padding: 2px 10px;
font-size: 30px;
font-weight: 500;
}
.first_area .first_txt {
font-size: 16px;
text-align: center;
margin: 0 auto 30px;
}
.first_area ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.first_area ul li {
width: 30%;
text-align: center;
font-size: 18px;
line-height: 1.8em;
}
.first_area ul li img {
max-width: 186px;
}
.first_area ul li .f_36 {
font-size: 150%;
}


}
/* SP */
@media screen and (max-width:500px){
.sub_main {
width: 100%;
max-width: 1080px;
margin: 0 auto 60px;
	background-image: url(../img/sub/main_image.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
height: auto;
}
.sub_main img {
width: 100%;
max-width: none;
margin: 0 auto;
}

.pankuzu {
font-size: 12px;
}
/***** About *****/
.about_area table {
width: 100%;
}
.about_area table td {
width: 100%;
font-size: 16px;
line-height: 1.5em;
padding: 0 33px 50px;
display: block;
text-align: center;
}
.about_area table td img {
margin: 0 auto -30px;
max-width: 250px;
}
.about_area .about_t {
font-size: 20px;
line-height: 1.5em;
}
.about_area .about_txt {
display: table;
text-align: left;
font-size: 14px;
}
.about_area .about_use {
border: hsla(103,29%,67%,1.00) solid 1px;
width: 96%;
padding: 1em 1.5em;
line-height: 1.8em;
margin: 0 auto 150px;
}
.about_area h4 {
background-color: hsla(103,29%,67%,1.00);
color: #FFF;
text-align: center;
width: 96%;
font-size: 21px;
padding: 5px 0 10px;
margin: 0px auto 0;
}
/***** Service *****/
.service_area {
width: 100%;
max-width: 920px;
margin: 0 auto 180px;
}
.service_area .service_box {
width: 96%;
border: solid 1px #000;
margin: auto;
}
.service_area .service_box h3 {
margin: -0.8em auto 0;
text-align: center;
background-color: #FFF;
display: table;
padding: 2px 10px;
font-size: 24px;
font-weight: 500;
}
.service_area .service_box .service_cont {
text-align: center;
font-size: 14px;
line-height: 1.6em;
margin: 30px auto;
}
.service_area .service_box .service_cont ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
margin: 0 auto 40px;
width: 90%;
}
.service_area .service_box .service_cont ul li {
width: 50%;
font-size: 16px;
margin: 1em 0;
vertical-align: text-bottom;
}
/***** FAQ *****/
.faq_area {
width: 96%;
max-width: 920px;
margin: 0 auto 180px;
position: sticky;
}
.faq_area .faq_box {
width: 100%;
border: solid 1px #000;
}
.faq_area .faq_box h3 {
margin: -0.8em auto 0;
text-align: center;
background-color: #FFF;
display: table;
padding: 2px 10px;
font-size: 24px;
font-weight: 500;
}
.faq_area .faq_box .faq_cont {
text-align: center;
font-size: 14px;
line-height: 1.6em;
margin: 20px 0px 0;
}
.faq_area .faq_box .faq_cont ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq_area .faq_box .faq_cont ul li {
padding: 0 0 0 1em;
margin-bottom: 0.5em;
width: 100%;
}
.faq_area .faq_box .faq_cont ul li:nth-of-type(even) {
margin-bottom: 1.5em;
}


.faq_area .faq_box .faq_cont ul li dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.faq_area .faq_box .faq_cont ul li dl dt {
margin-right: 1em;
width: 30px
}
.faq_area .faq_box .faq_cont ul li dl dd  {
margin-right: 0;
text-align: left;
}
.txt_q {
width: 16em;
}
.faq_area .faq_box .faq_cont .image {
position: sticky;
top: auto;
right: auto;
}
.faq_area .faq_box .faq_cont .image img {
width: auto;
height: auto;
max-height: 200px;
}
/***** First *****/
.first_area {
width: 100%;
max-width: 920px;
margin: 180px auto 180px;
}
.first_area h4 {
margin: 0 auto 30px;
text-align: center;
padding: 2px 10px;
font-size: 30px;
font-weight: 500;
}
.first_area .first_txt {
font-size: 16px;
text-align: center;
margin: 0 auto 30px;
}
.first_area ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.first_area ul li {
width: 30%;
text-align: center;
font-size: 18px;
line-height: 1.8em;
}
.first_area ul li img {
max-width: 186px;
}
.first_area ul li .f_36 {
font-size: 150%;
}
}
