<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.thumbnail{
    display: none;}

/*メインイメージ
---------------------------------------------------------*/
.m_img_area {
	position:relative;
	z-index: 1;
    padding-bottom: 155px;
}
.m_img_area .slide_box {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.m_img_area .slide{
    position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
	z-index: -1;
}
.m_img_area .slide1{
	background-image:url(../images/iod/m_img1@2x.jpg);}
.m_img_area .slide2{
	background-image:url(../images/iod/m_img2@2x.jpg);}
.m_img_area .slide3{
	background-image:url(../images/iod/m_img3@2x.jpg);}

.m_img_area .slide .m_copy{
    position: absolute;
    left: 4%;
    top:51%;
	transform: translateY(-50%); 
    width: 60%;
    max-width: 890px;
}

/*m_deco*/
.m_img_area .m_deco{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width:66%;
    max-width: 981px;
}

/* ドット */
.slick-dots {
	position: absolute;
	bottom: 1rem;
	right: 1.9rem;
    padding: 0;
	margin:0 auto;
	width: 8px;
	z-index: 2;
}
.slick-dots li {
    position: relative;
    width: 8px;
    height:  8px;
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height:8px;
	border-radius:8px;
    cursor: pointer;
    color: transparent;
    outline: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: none;
	transition: background-color 1.0s;
    opacity: 0.3;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background:#afe705;
    opacity: 1;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area,
.m_img_area .slide{
    max-height: 650px;
    min-height: 450px;
}
.m_img_area {
   padding-bottom: 10vw;
}
.m_img_area .slide .m_copy{
    left: 2%;
}

/* ドット */
.slick-dots {
	bottom: .5rem;
	right: 1.5rem;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area {
    padding-bottom: 4rem;
}
.m_img_area .slide1{
	background-image:url("../images/iod/m_img1_sp@2x.jpg");}
.m_img_area .slide2{
	background-image:url(../images/iod/m_img2_sp@2x.jpg);}
.m_img_area .slide3{
	background-image:url(../images/iod/m_img3_sp@2x.jpg);
    background-position: top center;}

.m_img_area .slide .m_copy{
    left: 2%;
    top: 45%;
    width: 96%;
}

/*m_deco*/
.m_img_area .m_deco{
    width:94%;
}

/* ドット */
.slick-dots {
	bottom: 3.7rem;
	right: 1.3rem;
}
.slick-dots li {
    margin-bottom: 20px;
}
}







/* lead
---------------------------------------------------------*/
#lead .bg{
    position: relative;
    padding-bottom: 60px;
}
#lead .bg::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/iod/img02@2x.png")no-repeat top left;
    background-size: 100% auto;
    width: 42%;
    max-width: 614px;
    height: 622px;
    top: 95px;
    left: 0;
}
#lead .bg::after{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/iod/img03@2x.png")no-repeat bottom right;
    background-size: 100% auto;
    width: 42%;
    max-width: 614px;
    height: 615px;
    bottom:-60px;
    right: 0;
}
#lead .w1200 &gt; div{
    position: relative;
    z-index: 2;
}
#lead .titbox{
    text-align: center;
    margin-bottom: 2rem;
}
#lead .titbox .tit1{
    position: relative;
    font-size:200%;
    letter-spacing: 0.22em;
    line-height: 1.6em;
    color: #544337;
    margin-bottom: .5em;    
}
#lead .titbox .tit1::before{
    position: absolute;
    display: block;
    content: "";
    background: #544337;
    background-size: 100% auto;
    width: 100%;
    max-width: 1030px;
    height: 1px;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
#lead .titbox .tit1 p{
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    padding: 0 1em;
    box-sizing: border-box;
}
#lead .titbox .tit2{
    font-size:330%;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.5em;
    color: #544337;
}
#lead .txt1{
    margin: auto 0 auto auto;
    width:64%;
}
#lead .txt2{
    width:64%;
    margin-top: 3.5rem;
}
#lead .txt1 span,
#lead .txt2 span{
    font-weight: bold;
    background:linear-gradient(transparent 40%, #f7ee87 40%);
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
#lead .bg::before{
    top: 8vw;
}
#lead .bg::after{
    bottom:-4vw;
}
#lead .txt2{
    margin-top: 2rem;
}
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
#lead .bg::before{
    top: 18vw;
}
#lead .bg::after{
    bottom:-2vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#lead .bg{
    padding-bottom: 5%;
}
#lead .bg::before{
    width: 42%;
    top: 12vw;
    left: -5%;
}
#lead .bg::after{
    width: 42%;
    bottom:0;
}
#lead .titbox{
    margin-bottom: 1.5rem;
}
#lead .titbox .tit1{
    font-size:140%;
    letter-spacing: 0.15em;
    margin-bottom: .5em;    
}
#lead .titbox .tit2{
    font-size:200%;
}
#lead .txt1{
    width: 70%;
}
#lead .txt2{
    width: 70%;
    margin-top:2rem;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#lead .bg{
    margin-top: 5%;
    padding-bottom: 8%;
}
#lead .bg::before{
    width:60%;
    top:6rem;
}
#lead .bg::after{
    width: 60%;
    bottom: -4rem;
    opacity: 0.5;
}
#lead .titbox{
    margin-bottom: 1rem;
}
#lead .titbox .tit1{
    font-size:103%;
    letter-spacing: 0.1em;
    margin-bottom: .5em;    
}
#lead .titbox .tit1 p{
    padding: 0 .5em;
}
#lead .titbox .tit2{
    font-size:150%;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}
#lead .txt1{
    width:100%;
}
#lead .txt2{
    width:100%;
    margin-top: 0;
}
}








/* doctor
---------------------------------------------------------*/
#doctor .bg{
    background: #f9f6ef;
    padding: 70px 0;
}
#doctor .flexbox{
    display: flex;
    justify-content: space-between;
}
#doctor .flexbox .box1{
    position: relative;
    width: 33%;
}
#doctor .flexbox .box1 .img{
    width: 94%;
}
#doctor .flexbox .box1 .txt{
    position: absolute;
    top: 10.5rem;
    right: 0;
    display: inline-block;
    background:rgba(125,187,40,0.80);
    text-align: center;
    padding: 2rem 7.7%;
    box-sizing: border-box;
    color: #fff;
}
#doctor .flexbox .box1 .txt p:nth-child(1){
    font-size:105%;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
}
#doctor .flexbox .box1 .txt p:nth-child(2){
    font-size:200%;
    line-height: 1em;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin: .4em 0 .5em;
}
#doctor .flexbox .box1 .txt p:nth-child(3){
    font-size: 85%;
    line-height: 1em;
    letter-spacing: 0.25em;
}
#doctor .flexbox .box2{
    width:30%;
    margin-top: -1rem;
}
#doctor .flexbox .box2 ul{
    font-size: 90%;
    letter-spacing: 0.08em;
    line-height: 1.6em;
    margin-top: .7em;
}
#doctor .flexbox .box2 ul li{
    position: relative;
    padding-left: 1.5em;
    box-sizing: border-box;
    margin-bottom: .5em;
}
#doctor .flexbox .box2 ul li:last-child{
    margin-bottom: 0;
}
#doctor .flexbox .box2 ul li::before{
    position: absolute;
    display: block;
    content: "";
    background: #b5d884;
    background-size: 100% auto;
    width: .9em;
    height: .9em;
    top: .35em;
    left: 0;
    border-radius: 50%;
    line-height: 1em;
    letter-spacing: 0;
}
#doctor .flexbox .box2 ul li a{
    text-decoration: underline;
}
#doctor .flexbox .box2 ul li a:hover{
    color: #669200;
}
#doctor .flexbox .box3{
    width: 31%;    
}
#doctor .flexbox .box3 ul{
    font-size:83%;
    letter-spacing: normal;
    line-height: 1.7em;
    margin-top: .7em;
}
#doctor .flexbox .box3 ul li{
    padding-left: 3em;
    text-indent: -3em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#doctor .bg{
    padding: 6% 0;
}
#doctor .flexbox .box1 .txt{
    top: 7rem;
    padding: 1rem 7%;
}
#doctor .flexbox .box1 .txt p:nth-child(1){
    font-size: 95%;
}
#doctor .flexbox .box1 .txt p:nth-child(2){
    font-size: 150%;
}
#doctor .flexbox .box1 .txt p:nth-child(3){
    font-size: 75%;
}
#doctor .flexbox .box2{
    margin-top: -0.5rem;
}
#doctor .flexbox .box2 ul{
    font-size: 80%;
    letter-spacing: normal;
}
#doctor .flexbox .box2 ul li{
    padding-left: 1.2em;
}
#doctor .flexbox .box2 ul li::before{
    width: .8em;
    height: .8em;
    top: .5em;
}
#doctor .flexbox .box3 ul{
    font-size:80%;
    line-height: 1.6em;
    margin-top: .5em;
}
.bx_slide li{
    width: 40vw!important;
}    
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#doctor .bg{
    padding: 10% 0 8%;
}
#doctor .flexbox{
    display: block;
}
#doctor .flexbox .box1{
    width:100%;
    margin: 0 auto;
}
#doctor .flexbox .box1 .img{
    width: 80%;
}
#doctor .flexbox .box1 .txt{
    top: 7rem;
    padding: 1.5rem 6%;
}
#doctor .flexbox .box1 .txt p:nth-child(1){
    font-size: 95%;
}
#doctor .flexbox .box1 .txt p:nth-child(2){
    font-size:170%;
}
#doctor .flexbox .box1 .txt p:nth-child(3){
    font-size: 80%;
}
#doctor .flexbox .box2{
    width: 100%;
    margin: 3rem 0 10%;
}
#doctor .flexbox .box2 ul{
    font-size: 90%;
    letter-spacing:normal;
    line-height: 1.6em;
    margin-top: 0;
}
#doctor .flexbox .box2 ul li{
    padding-left: 1.2em;
}
#doctor .flexbox .box2 ul li::before{
    width: .8em;
    height: .8em;
    top: .4em;
}
#doctor .flexbox .box3{
    width: 100%;    
}
#doctor .flexbox .box3 .img{
    width: 70%;
    margin: 0 auto;
}
#doctor .flexbox .box3 ul{
    font-size: 85%;
    line-height: 1.6em;
}
.bx_slide li{
    width: 50vw!important;
}    
}







/* reason
---------------------------------------------------------*/
#reason .w1280{
    margin-top: 85px;
}

/*iod_index1*/
.iod_index1{
    text-align: center;
    margin-bottom: 65px;
}
.iod_index1 .ft_europa{
    color: #aa946e;
    font-size:500%;
    letter-spacing: 0.2em;
    line-height: 1em;
}
.iod_index1 .ft_min{
    font-size: 200%;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin-top: 1.1em;
}

/*reason_list*/
#reason .reason_list{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    margin-bottom: -75px;
}
#reason .reason_list &gt; li{
    width: 48%;
    max-width: 610px;
    margin-bottom: 75px;
}
#reason .reason_list &gt; li.full{
    width: 100%;
    max-width: 100%;
}
#reason .reason_list &gt; li .titbox .img,
#reason .reason_list &gt; li .inbox{
    width: calc(100% - 4.2rem);
    margin: 0 auto;
}
#reason .reason_list &gt; li .titbox{
    margin-bottom: 2rem;
}
#reason .reason_list &gt; li .titbox .img{
    position: relative;
    text-align: center;
}
#reason .reason_list &gt; li .titbox .img .deco{
    position: absolute;
    top: 15%;
    right: 4%;
    width: 53%;
    max-width: 640px;
}
#reason .reason_list &gt; li .titbox .tit{
    margin-top: -4.5rem;
    position: relative;
    z-index: 2;
    text-align: center;
    box-shadow: 0 25px 40px -10px rgba(0, 0, 0, 0.25); 
    padding: 1.8rem 3% 1.5rem;
    box-sizing: border-box;
    background: linear-gradient(to right,  rgba(132,131,88,0.85) 0%,rgba(158,156,119,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9848358', endColorstr='#d99e9c77',GradientType=1 ); /* IE6-9 */
}
#reason .reason_list &gt; li .titbox .tit dt{
    font-size:160%;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-bottom: .7em;
    color: #f0deb4;
}
#reason .reason_list &gt; li .titbox .tit dd{
    font-size:210%;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    color: #fff;
}
#reason .reason_list &gt; li .inbox .btn{
    margin-top: .7rem;
}
#reason .reason_list &gt; li .inbox .btn a{
    position: relative;
    padding-right: 2.2em;
    box-sizing: border-box;
    font-size:105%;
    letter-spacing: 0.13em;
    font-weight: bold;
    color: #7dbb28;    
}
#reason .reason_list &gt; li .inbox .btn a::before{
    position: absolute;
    font-family: 'fontello';
	content: '\e801';	
	right: 0;
	font-size:170%;
	top: 50%;
	transform: translateY(-50%);
}
#reason .reason_list &gt; li .inbox .btn a:hover{
    color: #008d53;    
}

/*bnr_official*/
.bnr_official{    
    text-align: center;
    margin-top: 1.8rem;
}
.bnr_official &gt; div{
    position: relative;
    display: inline-block;
    background: #7dbb28;
    padding: 1.75rem 1.5rem 1.7rem 1.7rem;
    box-sizing: border-box;
    margin: 0 auto;  
    transition: 0.6s;
}
.bnr_official &gt; div:hover{
    background: #97c853;
    transition: 0.4s;
}
.bnr_official &gt; div::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/bnr_official_parts1.svg")no-repeat bottom left;
    background-size: auto 100%;
    width: 122px;
    height: 100%;
    max-height: 120px;
    bottom: 0;
    left: 0;
}
.bnr_official dl{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}
.bnr_official dl dt{
    width: 12.5em;
    text-align: left;
}
.bnr_official dl dd{
    position: relative;
    font-weight: bold;
    line-height: 1.7em;
    text-align: left;
    padding-left: 2em;
    padding-right: 1.7em;
    box-sizing: border-box;
    padding-top: .4em;
}
.bnr_official dl dd::before{
    position: absolute;
    font-family: 'fontello';
	content: '\e803';	
	right: 0;
	font-size: 120%;
	bottom: 0;
    color: #fff;
}
.bnr_official a{
    color: #fff;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
#reason .reason_list &gt; li .titbox .tit dd{
    font-size: 2.8vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#reason .w1280{
    margin-top: 8%;
}

/*iod_index1*/
.iod_index1{
    margin-bottom: 5%;
}
.iod_index1 .ft_europa{
    font-size: 300%;
}
.iod_index1 .ft_min{
    font-size: 160%;
    margin-top: .6em;
}

/*reason_list*/
#reason .reason_list{
    margin-bottom: -8%;
}
#reason .reason_list &gt; li{
    margin-bottom: 8%;
}
#reason .reason_list &gt; li.full{
    width: 100%;
    max-width: 100%;
}
#reason .reason_list &gt; li .titbox .img,
#reason .reason_list &gt; li .inbox{
    width: calc(100% - 2rem);
}
#reason .reason_list &gt; li .titbox{
    margin-bottom: 1rem;
}
#reason .reason_list &gt; li .titbox .img .deco{
    top: 15%;
    right: 4%;
}
#reason .reason_list &gt; li .titbox .tit{
    margin-top: -3.5rem;
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.25); 
    padding: 1.5rem 3% 1.2rem;
}
#reason .reason_list &gt; li .titbox .tit dt{
    font-size: 130%;
    margin-bottom: .5em;
}
#reason .reason_list &gt; li .titbox .tit dd{
    font-size:150%;
    letter-spacing: normal;
}
#reason .reason_list &gt; li .inbox .btn{
    margin-top: .5rem;
}
#reason .reason_list &gt; li .inbox .btn a{
    padding-right: 1.8em;
    letter-spacing: 0.05em;
}
#reason .reason_list &gt; li .inbox .btn a::before{
	font-size:140%;
}

/*bnr_official*/
.bnr_official{    
    margin-top: 1rem;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#reason .w1280{
    margin-top: 10%;
}

/*iod_index1*/
.iod_index1{
    margin-bottom: 2rem;
}
.iod_index1 .ft_europa{
    font-size: 300%;
}
.iod_index1 .ft_min{
    font-size: 130%;
    letter-spacing: 0.1em;
    margin-top: .6em;
}

/*reason_list*/
#reason .reason_list{
    display: block;
    margin-bottom:0;
}
#reason .reason_list &gt; li{
    width: 100%;
    max-width:100%;
    margin-bottom: 9%;
}
#reason .reason_list &gt; li:last-child{
    margin-bottom: 0;
}
#reason .reason_list &gt; li .titbox .img,
#reason .reason_list &gt; li .inbox{
    width: 70%;
}
#reason .reason_list &gt; li .inbox{
    width: 100%;
}
#reason .reason_list &gt; li.full .titbox .img{
    width: calc(100% - 2rem);
}    
#reason .reason_list &gt; li .titbox{
    width: 107%;
    margin-left: -3.1%;
    margin-bottom: .8rem;
}
#reason .reason_list &gt; li .titbox .img .deco{
    top: 15%;
    right: 3%;
    width: 80%;
}
#reason .reason_list &gt; li .titbox .tit{
    margin-top: -1rem;
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.25); 
    padding: 1.2rem 3% 1rem;
}
#reason .reason_list &gt; li .titbox .tit dt{
    font-size:110%;
    margin-bottom: .5em;
}
#reason .reason_list &gt; li .titbox .tit dd{
    font-size:130%;
    line-height: 1.5em;
}
#reason .reason_list &gt; li .inbox .btn{
    margin-top: .5rem;
}
#reason .reason_list &gt; li .inbox .btn a{
    fotn-size:100%;
    padding-right: 1.8em;
    letter-spacing: 0.05em;
}
#reason .reason_list &gt; li .inbox .btn a::before{
	font-size:130%;
    top:48%;
}

/*bnr_official*/
.bnr_official{      
    margin-top: 1rem;
    text-align: center;
}
.bnr_official &gt; div{
    width: 100%;
    padding: 1.3rem .3rem 1.3rem .5rem;
}
.bnr_official dl{
    align-items: center;	
}
.bnr_official dl dt{
    width: 8em;
}
.bnr_official dl dd{
    display: inline-block;
    font-size: 78%;
    letter-spacing: normal;
    padding-right: 1.5em;
    padding-left: 1em;
    padding-top: 0;
    box-sizing: border-box;
}
}









/* point
---------------------------------------------------------*/
/*point_tit*/
#point .point_tit{
    position: relative;
    color:#fff;
    margin-bottom: 105px;
    background: #544337;
    padding: 120px 0 50px;
    margin-top:150px;
}
#point .point_tit::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/iod/img17@2x.png")no-repeat bottom center;
    background-size: auto 100%;
    width: 330px;
    height: 98%;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#point .point_tit::after{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/iod/arrow9@2x.png")no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    max-width: 1400px;
    height: 65px;
    top:100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#point .point_tit &gt; div{
    position: relative;
    z-index: 3;
    text-align: center;
}
#point .point_tit .ft_min{
    font-size:260%;
    letter-spacing: 0.1em;
    line-height: 1em;
}
#point .point_tit p{
    font-weight: bold;
    margin-top: 1.7em;
}

/*box1*/
#point .box1{
    margin-bottom: 120px;
}
#point .box1 ul{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    margin-bottom: -40px;
}
#point .box1 ul li{
    width: 32%;
    max-width: 380px;
    margin-bottom: 40px;
}
#point .box1 ul li dl{
    background: radial-gradient(ellipse at center,  rgba(223,225,221,0) 0%,rgba(223,225,221,0) 1%,rgba(223,225,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfe1dd', endColorstr='#dfe1dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    text-align: center;
    padding: 2.7rem 3% 2.1rem;
    box-sizing: border-box;
}
#point .box1 ul li dl dt{
    position: relative;
    color: #aa946e;
    font-size:160%;
    letter-spacing: 0.1em;
    line-height: 1em;
    padding-bottom: .8em;
    margin-bottom: .5em;
}
#point .box1 ul li dl dt::before{
    position: absolute;
    display: block;
    content: "";
    background: #aa946e;
    background-size: 100% auto;
    width: .8em;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#point .box1 ul li dl dd{
    font-size:200%;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
#point .box1 ul li p{
    margin-top: 1em;
}

/*box2*/
#point .box2{
    background:rgba(170,148,110,0.15);
    padding: 80px 0 60px;
}
#point .box2 .box2_tit{
    text-align: center;
    font-size:260%;
    letter-spacing: 0.2em;
    line-height: 1.6em;
    margin-bottom: 1em;
}
#point .box2 .col3{
    display: flex;
    justify-content: space-between;
}
#point .box2 .col3 &gt; li{
    position: relative;
    width: 32.4%;
    background: #fff;
    padding-bottom: 2rem;
}
#point .box2 .col3 &gt; li::before{
    position: absolute;
    display: block;
    content: "";
    background: #c4bcaf;
    background-size: 100% auto;
    width: 100%;
    height: 7em;
    top:0;
    left: 0;
}
#point .box2 .col3 &gt; li:last-child::before{
    background: #aa946e;
}
#point .box2 .col3 &gt; li &gt; div{
    position: relative;
    z-index: 2;
}
#point .box2 .col3 &gt; li .tit{
    color: #fff;
    font-size:150%;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    text-align: center;
    padding-top: .9em;
}
#point .box2 .col3 &gt; li .img{
    width: 70%;
    margin: 1.4rem auto 2rem;
    text-align: center;
}
#point .box2 .col3 &gt; li &gt; dl{
    width: 92%;
    max-width: 390px;
    margin: 0 auto;
}
#point .box2 .col3 &gt; li &gt; dl dt{
    color: #fff;
    font-size:120%;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1em;
    text-align: center;
    background: #e89e30;
    padding: .4em 1em;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: .9rem;
}
#point .box2 .col3 &gt; li &gt; dl.demerit dt{
    background: #918982;
}
#point .box2 .col3 &gt; li &gt; dl.demerit{
    margin-top: 2rem;
}
#point .box2 .col3 &gt; li &gt; dl dd ul{
    max-width: 360px;
    margin: 0 auto;
}
#point .box2 .col3 &gt; li &gt; dl dd li{
    font-size: 82%;
    letter-spacing: 0.08em;
    line-height: 1.7em;
    position: relative;
    padding-left: 1.7em;
    margin-bottom: .4em;
}
#point .box2 .col3 &gt; li &gt; dl dd li::before{
    position: absolute;
    font-family: 'fontello';
	content: '\e806';	
	left: 0;
	font-size:115%;
	top: 0;
    color: #e89e30;
}
#point .box2 .col3 &gt; li &gt; dl.demerit dd li::before{
	content: '\e807';
    color: #918982;
}
#point .box2 .col3 &gt; li &gt; dl dd li:last-child{
    margin-bottom: 0;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
#point .box1 ul li dl dd{
    font-size: 2.5vw;
}
#point .box2 .col3 &gt; li .tit{
    font-size: 1.85vw;
    letter-spacing:normal;
}
#point .box2 .col3 &gt; li &gt; dl dd li{
    letter-spacing: normal;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
/*point_tit*/
#point .point_tit{
    margin-bottom: 7%;
    padding: 5.5rem 0 1.7rem;
    margin-top:10%;
}
#point .point_tit::before{
    width: 40%;
    height: 98%;
    bottom: 80px;
}
#point .point_tit .ft_min{
    font-size:210%;
}
#point .point_tit p{
    margin-top: 1em;
}

/*box1*/
#point .box1{
    margin-bottom: 5%;
}
#point .box1 ul{
    margin-bottom: -5%;
}
#point .box1 ul li{
    margin-bottom: 5%;
}
#point .box1 ul li dl{
    padding: 2rem 3% 1.5rem;
}
#point .box1 ul li dl dt{
    font-size:120%;
}
#point .box1 ul li dl dd{
    font-size: 130%;
}
#point .box1 ul li p{
    margin-top: .7em;
    letter-spacing: normal;
}

/*box2*/
#point .box2{
    padding: 6% 0 8%;
}
#point .box2 .box2_tit{
    font-size:160%;
    letter-spacing: 0.15em;
    margin-bottom: .6em;
 }
#point .box2 .col3 &gt; li{
    padding-bottom: 1rem;
}
#point .box2 .col3 &gt; li::before{
    height: 7em;
}
#point .box2 .col3 &gt; li .tit{
    font-size:120%;
    line-height: 1.4em;
    padding-top: .9em;
}
#point .box2 .col3 &gt; li:nth-child(2) .tit{
    padding-top: 1.5em;
}
#point .box2 .col3 &gt; li .img{
    margin: .5rem auto 1rem;
}
#point .box2 .col3 &gt; li &gt; dl dt{
    font-size: 95%;
    margin-bottom: .5rem;
}
#point .box2 .col3 &gt; li &gt; dl.demerit{
    margin-top: 1rem;
}
#point .box2 .col3 &gt; li &gt; dl dd li{
    line-height: 1.5em;
    padding-left: 1.3em;
    margin-bottom: .5em;
    letter-spacing: normal;
    font-size:90%;
}
#point .box2 .col3 &gt; li &gt; dl dd li::before{
	font-size: 100%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
/*point_tit*/
#point .point_tit{
    margin-bottom: 10%;
    padding: 4rem 0 1.5rem;
    margin-top: 9rem;
}
#point .point_tit::before{
    height: 80%;
    bottom: 10rem;
}
#point .point_tit .ft_min{
    font-size:170%;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}
#point .point_tit p{
    text-align: left;
    margin-top: 1em;
}

/*box1*/
#point .box1{
    margin-bottom: 8%;
}
#point .box1 ul{
    display: block;
    margin-bottom: 0;
}
#point .box1 ul li{
    width: 100%;
    max-width:100%;
    margin-bottom: 8%;
}
#point .box1 ul li:last-child{
    margin-bottom: 0;
}
#point .box1 ul li dl{
    width:75%;
    margin: 0 auto;
    padding: 1.5rem 3% 1.2rem;
}
#point .box1 ul li dl dt{
    font-size:110%;
}
#point .box1 ul li dl dd{
    font-size:120%;
}
#point .box1 ul li p{
    margin-top: .5em;
}

/*box2*/
#point .box2{
    padding: 8% 0 12%;
}
#point .box2 .box2_tit{
    font-size:140%;
    letter-spacing: 0.1em;
    margin-bottom: .7em;
}
#point .box2 .flow_box{
    position: relative; 
    padding-bottom: 1rem;
}
    
#point .box2 .col3{
    width: 45rem;
}
#point .box2 .col3 &gt; li{
    padding-bottom: 1rem;
}
#point .box2 .col3 &gt; li::before{
    height:6em;
}
#point .box2 .col3 &gt; li .tit{
    font-size:110%;
    line-height: 1.4em;
    padding-top: .9em;
}
#point .box2 .col3 &gt; li .img{
    width: 70%;
    margin: 1rem auto 1rem;
}
#point .box2 .col3 &gt; li &gt; dl{
    width: 90%;
}
#point .box2 .col3 &gt; li &gt; dl dt{
    font-size:100%;
    padding: .4em 1em;
    margin-bottom: .4rem;
}
#point .box2 .col3 &gt; li &gt; dl.demerit{
    margin-top: 1rem;
}
#point .box2 .col3 &gt; li &gt; dl dd li{
    font-size: 90%;
    letter-spacing:normal;
    padding-left: 1.3em;
}
#point .box2 .col3 &gt; li &gt; dl dd li::before{
	font-size:100%;
    top:-0.05em;
}
}








/* CASE
---------------------------------------------------------*/
#case {
    padding: 110px 0 80px;
}
#case .case_index{
    color: #7dbb28;
    font-size:180%;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    text-align: center;
    border-top:1px solid #90857d;
    border-bottom:1px solid #90857d;
    padding:.7em 0;
    margin-bottom: 1.5em;
}
#case .case_index_inbox{
    max-width: 1085px;
    margin: 0 auto;
}
#case .case_list &gt; li{
    margin-bottom: 80px;
}
#case .case_img_ba{
    display: flex;
    justify-content: space-between;
    align-items: center;	
    width: 90%;
    max-width: 920px;
    margin: 3.5rem auto 0;
}
#case .case_img_ba li{
    width: 44%;
}
#case .case_img_ba li.arrow{
    width: 5%;
    margin-top: 4rem;
    text-align: center;
}
#case .case_img_ba li .ft_europa{
    color: #fff;
    text-align: center;
    font-size:120%;
    letter-spacing: 0.2em;
    line-height: 1em;
    padding: .7em 1em;
    box-sizing: border-box;
    border-radius: 50px;
    background: #a19891;
    margin-bottom: 1.4em;
}
#case .case_img_ba li:last-child .ft_europa{
    background: #7dbb28;
}
#case .case_img_sub{  
    margin: 80px auto 0;
}
#case .case_img_sub ul{
    max-width: 1020px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
#case .case_img_sub li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 2rem;
}
#case .case_img_sub li:nth-child(3n){
    margin-right: 0;
}
#case .case_img_sub li p{
    margin-top: 1em;
}

#case .open_box{
    padding-bottom: 3em;
}
#case table,
#case table tr{
    width: 100%;
}
#case table tr:nth-child(odd){
    background: #e9f7cd;
}
#case table tr th,
#case table tr td{
    vertical-align: top;
}
#case table tr th{
    width: 14em;
    padding: 1.2em 1em 1.2em 1.7em;
    box-sizing: border-box;
}
#case table tr td{
    padding: 1.2em 1em 1.2em 0;
    box-sizing: border-box;
    width:calc(100% - 14em);
}

#case .riskbox{
    max-width: 1085px;
    margin: 0 auto;
    border:5px solid #a9a19b;
    padding: 40px 3% 50px;
    box-sizing: border-box;
}
#case .riskbox dt{
    text-align: center;
    font-size:120%;
    letter-spacing: 0.15em;
    font-weight: bold;
    border-bottom: 1px solid #a9a19b;
    padding-bottom: 1.5em;
    margin-bottom: 1.3em;
}
#case .riskbox dd li{
    position: relative;
    padding-left: 1em;
    line-height: 1.8em;
    box-sizing: border-box;
    margin-bottom: .5em;
}
#case .riskbox dd li::before{
    position: absolute;
    display: block;
    content: "・";
    left: 0;
    top:0;
}
#case .riskbox dd li:last-child{
    margin-bottom: 0;
}

#case .bnr_official{
    margin-top: 60px;
}

/*アコーディオン*/
#case .open_area{
    position: relative;
}
#case .open_trigger {    
	text-align: center;
	color: #7dbb28;
    font-size:110%;
    font-weight: bold;
	letter-spacing: .15em;
	line-height: 1em;
	cursor: pointer;
    margin: 2rem auto;
}
#case .open_trigger span.open_txt {
    position: relative;
	display: inline-block;
    z-index: 5;
}
#case .open_trigger span.round_btn {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	border:none; /* 枠の調整 */
	border-radius: 50%;  /* 丸みの度合い */
	margin-left: .5em;
	top: .2em;
    background: #7dbb28;
}
/* 二本の横棒を作成する */
#case .open_trigger span.round_btn::before,
#case .open_trigger span.round_btn::after{
	content: '';
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    left: 0;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
	margin: auto;
}
/* 2本の横棒のうち一本は縦棒にする */
#case .open_trigger span.round_btn::after {
	background: #fff;
	/* 横棒を縦にするために90℃回転させる */
	transform: translateY(-50%) rotate(90deg);
	/* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
	transition: 0.5s;
}
/*
プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素
jQueryで付け外しを行う*/
#case .open_trigger .round_btn.active::after {
	transform: rotate(0);
	transition: 0.5s;
}
#case .open_box {
	padding-top: 0;
	display: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#case {
    padding: 8% 0 10%;
}
#case .case_index{
    font-size:140%;
    margin-bottom: 1em;
}
#case .case_list &gt; li{
    margin-bottom:8%;
}
#case .case_img_ba{
    width: 100%;
    margin: 3rem auto 0;
}
#case .case_img_ba li .ft_europa{
    font-size:110%;
    padding: .5em 1em;
    margin-bottom: 1em;
}
#case .case_img_ba li.arrow{
    margin-top: 3rem;
}
#case .case_img_sub{
    margin-top: 5%;
}
#case .case_img_sub li p{
    margin-top: .8em;
    letter-spacing: normal;
}

#case table tr th{
    width: 12em;
    padding: 1.2em 1em 1.2em 1em;
}
#case table tr td{
    padding: 1.2em 1em 1.2em 0;
    width:calc(100% - 12em);
}

#case .riskbox{
    padding: 4% 3% 4%;
}
#case .riskbox dt{
    padding-bottom: 1em;
}
#case .bnr_official{
    margin-top: 5%;
}

/*アコーディオン*/
#case .open_trigger {
    margin: 1.5rem auto;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#case {
    padding: 10% 0 12%;
}
#case .case_index{
    font-size:120%;
    letter-spacing: 0.05em;
    margin-bottom: .7em;
}
#case .case_list &gt; li{
    margin-bottom: 12%;
}
#case .case_img_ba{
    width: 100%;
    margin: 1rem auto 0;
}
#case .case_img_ba li{
    width: 46%;
}
#case .case_img_ba li.arrow{
    width: 3%;
    margin-top: 3rem;
}
#case .case_img_ba li .ft_europa{
    font-size:95%;
    letter-spacing: 0.1em;
    padding: .5em 1em;
    margin-bottom: .5em;
}
#case .case_img_sub{
    display: block;
    margin-top: 5%;
}
#case .case_img_sub li{
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}
#case .case_img_sub li .img{
    width: 40%;
    margin: 0 auto;
}
#case .case_img_sub li p{
    margin-top: .4em;
    font-size:90%;
}

#case .open_box{
    padding-bottom: 1rem;
}
#case table tr th,
#case table tr td{
    display: block;
}
#case table tr th{
    width: 100%;
    padding: 1em 1em 0;
}
#case table tr td{
    width: 100%;
    padding: 0 1em 1em;    
}

#case .riskbox{
    padding: 5% 3% 4%;
}
#case .riskbox dt{
    font-size:110%;
    letter-spacing: 0.01em;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
#case .bnr_official{
    margin-top: 4%;
}

/*アコーディオン*/
#case .open_trigger {
    position: static;
    font-size: 100%;
	letter-spacing: .05em;
    margin: 1rem auto;
}
#case .open_trigger::before{
    height: 5em;
    bottom: 0;
}
}





/* FLOW
---------------------------------------------------------*/
#flow .iod_index1{
    background: #eff3e5;
    padding: 110px 0 85px;
    margin-bottom: 0;
}
#flow .iod_index1 .w1200{
    text-align: center;
}
#flow .stepbox{
    position: relative;
    background: #94a97f;
    padding: 70px 0 60px;
}
#flow .stepbox.step2{
    background: #8aa073;}
#flow .stepbox.step3{
    background: #7f9867;}
#flow .stepbox.step4{
    background: #75905b;}
#flow .stepbox.step5{
    background: #6b874e;}
#flow .stepbox.step6{
    background: #607f42;}
#flow .stepbox.step7{
    background: #567636;}

#flow .stepbox::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/iod/arrow1@2x.png")no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    max-width: 1400px;
    height: 65px;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}
#flow .stepbox.step2::before{
    background-image: url("../images/iod/arrow2@2x.png");}
#flow .stepbox.step3::before{
    background-image: url("../images/iod/arrow3@2x.png");}
#flow .stepbox.step4::before{
    background-image: url("../images/iod/arrow4@2x.png");}
#flow .stepbox.step5::before{
    background-image: url("../images/iod/arrow5@2x.png");}
#flow .stepbox.step6::before{
    background-image: url("../images/iod/arrow6@2x.png");}
#flow .stepbox.step7::before{
    background-image: url("../images/iod/arrow7@2x.png");}

#flow .stepbox .flt_box .flt_r{
    width: 42%;
    max-width: 500px;
}
#flow .stepbox .flt_box .flt_l{
    width: 54%;
    color: #fff;
}
#flow .stepbox .flt_box .flt_l .number{
    display: inline-block;
    color: #f0deb4;
    border-bottom: 2px solid #f0deb4;
    padding-bottom: 1.2em;
    margin-bottom: 1.5em;
}
#flow .stepbox .flt_box .flt_l .number p{
    vertical-align: middle;
    display: inline-block;
    font-size:170%;
    letter-spacing: 0.14em;
}
#flow .stepbox .flt_box .flt_l .number p:nth-child(2){
    font-size:370%;
    letter-spacing: 0.08em;
    padding-left: .1em;
}
#flow .stepbox .flt_box .flt_l .ft_min{
    font-size:210%;
    letter-spacing: 0.13em;
    line-height: 1.6em;
    margin-bottom: .3em;
}
#flow .stepbox .flt_box .flt_l .ft_min span{
    letter-spacing: 0.01em;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
#flow .stepbox .flt_box .flt_l .number p:nth-child(2){
    font-size:5vw;
}
#flow .stepbox .flt_box .flt_l .ft_min{
    font-size:2.7vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#flow .iod_index1{
    padding: 8% 0;
}
#flow .stepbox{
    padding: 6% 0 6%;
}
#flow .stepbox .flt_box .flt_r{
    margin-left: 3%;
    margin-bottom: 1rem;
    width: 35%;
}
#flow .stepbox .flt_box .flt_l{
    width: 100%;
    float: none;
    color: #fff;
}
#flow .stepbox .flt_box .flt_l .number{
    padding-bottom: .8em;
    margin-bottom: 1em;
}
#flow .stepbox .flt_box .flt_l .number p{
    font-size:130%;
}
#flow .stepbox .flt_box .flt_l .number p:nth-child(2){
    font-size:220%;
    padding-bottom: .1em;
    padding-left: 0;
}
#flow .stepbox .flt_box .flt_l .ft_min{
    font-size: 150%;
    letter-spacing: 0.1em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#flow .iod_index1{
    padding: 10% 0 8%;
}
#flow .stepbox{
    padding: 12% 0 8%;
}
#flow .stepbox.step7{
    padding-bottom: 12%;
}    
#flow .stepbox .flt_box .flt_r{
    width: 70%;
    float: none;
    margin: 0 auto 3%;
    text-align: center;
}
#flow .stepbox .flt_box .flt_l{
    width: 100%;
    float: none;
}
#flow .stepbox .flt_box .flt_l .number_box{
    text-align: center;
}
#flow .stepbox .flt_box .flt_l .number{
    display: inline-block;
    font-size: 80%;
    padding-bottom: .4em;
    margin-bottom: .8em;
}
#flow .stepbox .flt_box .flt_l .number p{
    font-size: 120%;
}
#flow .stepbox .flt_box .flt_l .number p:nth-child(2){
    font-size: 200%;
    padding-bottom: .2em;
}
#flow .stepbox .flt_box .flt_l .ft_min{
    font-size: 140%;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: .2em;
}
#flow .stepbox .flt_box .flt_l .ft_min span{
    letter-spacing: normal;
}
}









/* PRICE
---------------------------------------------------------*/
#price .w1200{
    padding-top: 120px;
    padding-bottom: 80px;
}

/*price_list*/
#price .price_list &gt; li{
    background:#f0f3ee;
    margin-bottom: 27px;
    padding: 40px 4% 50px;
    box-sizing: border-box;
}
#price .price_list &gt; li:last-child{
    margin-bottom: 0;}

#price .price_list &gt; li .tit{
    font-size:200%;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-align: center;
}
#price .price_list &gt; li .tit.type1{
    border-bottom: 1px solid #544337;
    padding-bottom: .4em;    
}
#price .price_list &gt; li .tit.type1,
#price .price_list &gt; li .tit.type2{
    margin-bottom: 2rem;
}
#price .price_list &gt; li .tit.type2 p:nth-child(2){
    position: relative;
    font-size: 60%;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    margin-top: .3em;    
}
#price .price_list &gt; li .tit.type2 p:nth-child(2)::before{
    position: absolute;
    display: block;
    content: "";
    background: #544337;
    width: 100%;
    height: 1px;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
}
#price .price_list &gt; li .tit.type2 p:nth-child(2) span{
    position: relative;
    z-index: 2;
    background: #f0f3ee;
    padding: 0 1.2em;
    box-sizing: border-box;
}

#price .price_list &gt; li .list1{
    text-align: center;
}
#price .price_list &gt; li .list1 &gt; li:nth-child(odd){
    margin-right: 2rem;
}
#price .price_list &gt; li .list1 &gt; li,
#price .price_list &gt; li .list1 &gt; li dt,
#price .price_list &gt; li .list1 &gt; li dd{
    display: inline-block;
}
#price .price_list &gt; li .list1 &gt; li dt,
#price .price_list &gt; li .list1 &gt; li dd{
    vertical-align: bottom;
}
#price .price_list &gt; li .list1 &gt; li dt .txt1{
    font-size:180%;
    letter-spacing: 0.15em;
    line-height: 1.4em;
}
#price .price_list &gt; li .list1 &gt; li dt .txt2{
    padding: .3em .7em;
    box-sizing: border-box;
    margin-top: .4em;
background: radial-gradient(ellipse at center,  rgba(223,225,221,0) 0%,rgba(223,225,221,0) 1%,rgba(223,225,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dfe1dd', endColorstr='#dfe1dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    line-height: 1.4em;
}
#price .price_list &gt; li .list1 &gt; li dd{
    padding-left: 1rem;
    box-sizing: border-box;
    text-align: left;
}
#price .price_list &gt; li .list1 &gt; li dd .price1{
    font-size:240%;
    text-align: left;
}
#price .price_list &gt; li .list1 &gt; li dd .price1 span{
    font-size:170%;
    letter-spacing: 0.08em;
    padding-right: .05em;
    box-sizing: border-box;
    font-style: italic;
    line-height: 1em;
    transform: scale(1.2, 1);
}
#price .price_list &gt; li .list1 &gt; li dd .price2{
    font-size:110%;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-left: -0.5em;
    margin-top: .2em;
}

#price .price_list &gt; li .list2{
    margin-top: 2rem;
}
#price .price_list &gt; li .list2 li{
    max-width: 730px;
    margin: 0 auto .5em;
    background: #aa946e;
    font-size:120%;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    padding: .6em 1em;
    box-sizing: border-box;
    border-radius:30px;
    text-align: center;
    color: #fff;
}
#price .price_list &gt; li .list2 li:last-child{
    margin-bottom: 0;
}

/*bdrbox*/
#price .bdrbox{
    position: relative;
    border:10px solid #aa946e;
    padding: 55px 4% 65px;
    box-sizing: border-box;
    margin-top: 70px;
    text-align: center;
}
#price .bdrbox .tit{
    font-size:170%;
    letter-spacing: 0.15em;
    line-height: 1.8em;
}
#price .bdrbox .tit span{
    letter-spacing:normal;
}
#price .bdrbox ul{
    margin: 30px auto 40px;
}
#price .bdrbox ul li{
    display: inline-block;
    margin-right: 1rem;
}
#price .bdrbox ul li:last-child{
    margin-right: 0;
}
#price .bdrbox .deco{
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 16%;
}

/*attention*/
#price .attention{
    text-align: center;
    margin-top: 1.5em;
}

/*price_btn*/
#price .price_btn a{
    width: 100%;
    max-width: 630px;
    display: inline-block;
    background: #544337;
    color: #fff;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 0.15em;
    padding: 1em 1em;
    box-sizing: border-box;
}
#price .price_btn a:hover{
    background: #82766d;
}
#price .price_btn a span{
    position: relative;
    display: inline-block;
    padding-right: 2em;
    box-sizing: border-box;
}
#price .price_btn a span::before{
    position: absolute;
    font-family: 'fontello';
	content: '\e803';	
	right: 0;
	font-size: 130%;
	bottom: 0;
    color: #fff;
}

/*iod_seriftxt*/
#price .iod_seriftxt{
    margin-top: 60px;
}
#price .iod_seriftxt dd .price_btn{
    margin-top: 1.7rem;
}

.iod_seriftxt{
    text-align: center;
}
.iod_seriftxt dt{
    text-align: center;
    font-weight: bold;
    font-size:210%;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
.iod_seriftxt dt p{
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding: 0 1.5em;
    box-sizing: border-box;
}
.iod_seriftxt dt p::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/iod/serif1_l.svg")no-repeat bottom left;
    background-size: 100% auto;
    width: 1.4em;
    max-width: 36px;
    height: 64px;
    bottom: -0.3em;
    left: 0;
}
.iod_seriftxt dt p::after{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/iod/serif1_r.svg")no-repeat bottom right;
    background-size: 100% auto;
    width: 1.4em;
    max-width: 36px;
    height: 64px;
    bottom: -0.3em;
    right: 0;
}
.iod_seriftxt dt p span{
    color: #7dbb28;
}
.iod_seriftxt dd{
    margin-top: 1.5rem;
}

#soudan .iod_seriftxt dd{
    margin-top: 0.3em;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
/*price_list*/
#price .price_list &gt; li{
    padding-left: 3%;
    padding-right: 3%;
}
#price .price_list &gt; li .list1 &gt; li:nth-child(odd){
    margin-right: 1.5rem;
}
#price .price_list &gt; li .list1 &gt; li dt .txt2{
    font-size:1.3vw;
    letter-spacing: normal;
}

/*bdrbox*/
#price .bdrbox{
    padding: 55px 3% 65px;
}
#price .bdrbox .tit{
    font-size: 2.3vw;
    letter-spacing: 0.1em;
}

.iod_seriftxt dt{
    font-size: 2.7vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#price .w1200{
    padding-top: 8%;
    padding-bottom: 8%;
}

/*price_list*/
#price .price_list &gt; li{
    margin-bottom: 2%;
    padding: 4% 4% 5.5%;
}
#price .price_list &gt; li .tit{
    font-size: 160%;
}
#price .price_list &gt; li .tit.type1,
#price .price_list &gt; li .tit.type2{
    margin-bottom: 1.5rem;
}
#price .price_list &gt; li .tit.type2 p:nth-child(2){
    font-size: 70%;  
}

#price .price_list &gt; li .list1 &gt; li:nth-child(odd){
    margin-right: 1rem;
}
#price .price_list &gt; li .list1 &gt; li dt .txt1{
    font-size:150%;
}
#price .price_list &gt; li .list1 &gt; li dt .txt2{
    padding: .3em .5em;
    margin-top: .4em;
    font-size: 80%;
    letter-spacing: normal;
}
#price .price_list &gt; li .list1 &gt; li dd{
    padding-left: .5rem;
}
#price .price_list &gt; li .list1 &gt; li dd .price1{
    font-size:150%;
}
#price .price_list &gt; li .list1 &gt; li dd .price2{
    font-size:90%;
    letter-spacing: 0.05em;
}

#price .price_list &gt; li .list2{
    margin-top: 1.5rem;
}
#price .price_list &gt; li .list2 li{
    font-size:110%;
    letter-spacing: 0.05em;
    padding: .4em 1em;
}
    
/*bdrbox*/
#price .bdrbox{
    border: 5px solid #aa946e;
    padding: 4% 3% 5%;
    margin-top: 5%;
}
#price .bdrbox .tit{
    font-size:130%;
    letter-spacing: 0.1em;
}
#price .bdrbox ul{
    margin: 4% auto;
}
#price .bdrbox ul li{
    width: 6rem;
    margin-right:.5rem;
}
#price .bdrbox .deco{
    left: 2%;
    width: 15%;
}

/*attention*/
#price .attention{
    margin-top: 1em;
}

/*price_btn*/
#price .price_btn a{
    width: 100%;
    max-width: 65%;
    display: inline-block;
    letter-spacing: 0.1em;
    padding: 1em .5em;
}
#price .price_btn a span{
    padding-right: 1.5em;
}
    
/*iod_seriftxt*/
#price .iod_seriftxt{
    margin-top: 5%;
}
#price .iod_seriftxt dd .price_btn{
    margin-top: 1.2rem;
}
.iod_seriftxt dt p::before,
.iod_seriftxt dt p::after{
    width: 1em;
}
.iod_seriftxt dt{
    font-size:140%;
    letter-spacing: 0.05em;
}
.iod_seriftxt dt p{
    padding: 0 1.5em;
}
.iod_seriftxt dd{
    margin-top: .8rem;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#price .w1200{
    padding-top: 10%;
    padding-bottom: 15%;
}

/*price_list*/
#price .price_list &gt; li{
    margin-bottom: 4%;
    padding: 6% 3% 8%;
}
#price .price_list &gt; li .tit{
    font-size:130%;
    letter-spacing:normal;
}
#price .price_list &gt; li .tit.type1{
    margin-bottom: 1.5rem;
}
#price .price_list &gt; li .tit.type2{
    margin-bottom: 1.8rem;
}
#price .price_list &gt; li .tit.type2 p:nth-child(2){
    font-size: 70%;
    letter-spacing:normal;
}
#price .price_list &gt; li .tit.type2 p:nth-child(2) span{
    padding: 0 .5em;
}

#price .price_list &gt; li .list1 &gt; li{
    margin-bottom: 6%;
}
#price .price_list &gt; li .list1 &gt; li:last-child{
    margin-bottom: 0;
}
#price .price_list &gt; li .list1 &gt; li:nth-child(odd){
    margin-right: 0;
}
#price .price_list &gt; li .list1 &gt; li dt .txt1{
    font-size:130%;
    letter-spacing: 0.1em;
}
#price .price_list &gt; li .list1 &gt; li dt .txt2{
    font-size: 80%;
    padding: .3em .7em;
    margin-top: .4em;
}
#price .price_list &gt; li .list1 &gt; li dd{
    padding-left: .5rem;
    padding-bottom: .1em;
}
#price .price_list &gt; li .list1 &gt; li dd .price1{
    font-size: 150%;
    text-align: left;
}
#price .price_list &gt; li .list1 &gt; li dd .price2{
    font-size: 80%;
    letter-spacing: normal;
    margin-top: .1em;
}

#price .price_list &gt; li .list2{
    margin-top: 1.8rem;
}
#price .price_list &gt; li .list2 li{
    max-width: 100%;
    font-size: 95%;
    letter-spacing:normal;
    padding: .5em 1em;
}

/*bdrbox*/
#price .bdrbox{
    padding: 5% 3%;
    margin-top: 10%;
    border: 8px solid #aa946e;
}
#price .bdrbox .tit{
    font-size:110%;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}
#price .bdrbox .tit span{
    letter-spacing:-0.1em;
}
#price .bdrbox .sp_inbox {
    display: flex;
    justify-content: space-between;
     align-items: flex-end;	
}
#price .bdrbox .sp_inbox .sp_inbox_r{
    width: 65%;
}
#price .bdrbox ul{
    margin: 1.2rem 0;
    display: flex;
    justify-content: space-between;   
}
#price .bdrbox ul li{
    width: 30%;
    margin-right: 0;
}
#price .bdrbox .deco{
    position: static;
    width: 31%;
}
#price .bdrbox .price_btn a{
    font-size: 75%;
    letter-spacing: normal;
}
    
/*attention*/
#price .attention{
    text-align: left;
    margin-top: 1em;
}

/*price_btn*/
#price .price_btn a{
    padding: 1em .5em;
    letter-spacing: 0.1em;
}
#price .price_btn a span{
    padding-right: 1.8em;
}

/*iod_seriftxt*/
#price .iod_seriftxt{
    margin-top:10%;
}
#price .iod_seriftxt dd .price_btn{
    margin-top: 1rem;
}
.iod_seriftxt dt{
    font-size:120%;
    letter-spacing: 0.05em;
}
.iod_seriftxt dt p{
    padding: 0 1.3em;
}
.iod_seriftxt dt p::before,
.iod_seriftxt dt p::after{
    width: 1em;
    bottom: 0;
}
.iod_seriftxt dd{
    margin-top: .8rem;
}

#soudan .iod_seriftxt dd{
    margin-top: 0.3em;
}
}










/* hosyo
---------------------------------------------------------*/
#hosyo .bg{
    background: #f9f6ef;
    padding: 65px 0 90px;
}
#hosyo .hosyo_tit{
    text-align: center;
}
#hosyo .hosyo_tit &gt; div{
    display: inline-block;
    position: relative;
    padding: 0 80px;
    box-sizing: border-box;
    margin-bottom: 3rem;
}
#hosyo .hosyo_tit &gt; div::before,
#hosyo .hosyo_tit &gt; div::after{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/iod/serif2_l.svg")no-repeat bottom left;
    background-size: auto 100%;
    width: 64px;
    height: 100%;
    max-height: 140px;
    bottom: 0;
}
#hosyo .hosyo_tit &gt; div::before{
    left: 0;
}
#hosyo .hosyo_tit &gt; div::after{
    background-image: url("../images/iod/serif2_r.svg");
    background-position: bottom right;
    right: 0;
}
#hosyo .hosyo_tit h3{
    font-size:270%;
    font-weight: normal;
    letter-spacing: 0.18em;
    line-height: 1.4em;
    padding-top: .8em;
}
#hosyo .hosyo_tit p{
    font-size:150%;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin-top: .6em;
    padding-bottom: .2em;
}

#hosyo .txt1{
    text-align: center;
}
#hosyo .txt1 li{
    display: inline-block;
    vertical-align: middle;
}
#hosyo .txt1 li:nth-child(1){
    width: 18rem;
}
#hosyo .txt1 li:nth-child(2){
    width: 4.5rem;
    margin: 0 1rem;
}
#hosyo .txt1 li:nth-child(3){
    text-align: left;
}
#hosyo .txt1 li:nth-child(3) p:nth-child(1){
    font-size: 180%;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #7dbb28;
    line-height: 1.4em;
}
#hosyo .txt1 li:nth-child(3) p:nth-child(2){
    font-size:90%;
    line-height: 1.4em;
    margin-top: .2em;
}
#hosyo .txt2{
    text-align: center;
    margin-top: 1.5rem;
}
#hosyo .bnr_official{
    margin-top: 2.5rem;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#hosyo .bg{
    padding: 6% 0 6%;
}
#hosyo .hosyo_tit &gt; div{
    padding: 0 4rem;
    margin-bottom: 2rem;
}
#hosyo .hosyo_tit h3{
    font-size: 180%;
    padding-top: .7em;
}
#hosyo .hosyo_tit p{
    font-size:130%;
    margin-top: .4em;
}

#hosyo .txt1 li:nth-child(1){
    width: 14rem;
}
#hosyo .txt1 li:nth-child(2){
    width: 3rem;
    margin: 0 1rem;
}
#hosyo .txt1 li:nth-child(3) p:nth-child(1){
    font-size: 130%;
}
#hosyo .txt1 li:nth-child(3) p:nth-child(2){
    margin-top: .3em;
    letter-spacing: normal;
}
#hosyo .txt2{
    margin-top: 1.3rem;
}
#hosyo .bnr_official{
    margin-top: 1.5rem;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#hosyo .bg{
    padding: 10% 0;
}
#hosyo .hosyo_tit &gt; div{
    padding: 0 3rem;
    margin-bottom: 2.5rem;
}
#hosyo .hosyo_tit h3{
    font-size: 160%;
    letter-spacing: 0.1em;
    padding-top: .8em;
}
#hosyo .hosyo_tit p{
    font-size:110%;
}

#hosyo .txt1 li{
    display: block;
    margin: 0 auto;
}
#hosyo .txt1 li:nth-child(1){
    width: 13rem;
}
#hosyo .txt1 li:nth-child(2){
    width:3rem;
    margin: .5rem auto;
}
#hosyo .txt1 li:nth-child(3){
    text-align: center;
}
#hosyo .txt1 li:nth-child(3) p:nth-child(1){
    font-size: 130%;
}
#hosyo .txt1 li:nth-child(3) p:nth-child(2){
    font-size: 85%;
    margin-top: .5em;
}
#hosyo .txt2{
    text-align: left;
}
#hosyo .bnr_official{
    margin-top: 1rem;
}
}






/* qa
---------------------------------------------------------*/
#qa .bg{
    position: relative;
    background: #fff2c8;
    padding: 120px 0 75px;
}
#qa .bg::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/iod/arrow8@2x.png")no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    max-width: 1400px;
    height: 65px;
    top:100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

#qa .qa_tit{
    text-align: center;
    margin-bottom: 80px;
}
#qa .qa_tit .ft_europa{
    font-size:500%;
    letter-spacing: 0.2em;
    line-height: 1em;
    color: #aa946e;
}
#qa .qa_tit .ft_min{
    font-size: 200%;
    letter-spacing: 0.1em;
    line-height: 1em;
    margin-top: 1em;
}
#qa .qa_tit &gt; div{
    position: relative;
    display: inline-block;
    padding: 0 17rem;
    box-sizing: border-box;
}
#qa .qa_tit .deco li{
    width: 12.5rem;
    position: absolute;
    bottom: -1rem;    
} 
#qa .qa_tit .deco li:nth-child(1){
    left: 0;
} 
#qa .qa_tit .deco li:nth-child(2){
    right: 0;
} 

#qa .qa_list li{
    margin-bottom: 60px;
}
#qa .qa_list li:last-child{
    margin-bottom: 0;
}
#qa .qa_list li div{
    padding-left: 3.2%;
    padding-right: 3.2%;
    box-sizing: border-box;
}
#qa .qa_list li div:nth-child(1){
    padding-right: 0;
    font-size:145%;
    font-weight: bold;
    letter-spacing: 0.13em;
    line-height: 1.6em;
    margin-bottom: 1.1em;
}
#qa .qa_list li div:nth-child(2){
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#qa .qa_list li div p{
    position: relative;
    padding-left: 4.6rem;
}
#qa .qa_list li div p::before{
    position: absolute;
    display: block;
    content: "Q";
    font-size: 60px;
    font-family: europa, sans-serif; 
    font-weight:400;
    font-style: normal;
    top:0;
    left: -0.15rem;
    color: #aa946e;
}
#qa .qa_list li div:nth-child(2) p::before{
    content: "A";
    top: 1rem;
    left: 0;
    color: #7dbb28;
}
#qa .qa_list li div:nth-child(2).type_one p::before{
    top: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#qa .bg{
    padding: 7% 0 9%;
}
#qa .qa_tit{
    margin-bottom:6%;
}
#qa .qa_tit .ft_europa{
    font-size:400%;
}
#qa .qa_tit .ft_min{
    font-size: 160%;
    margin-top:.6em;
}
#qa .qa_tit &gt; div{
    padding: 0 10rem;
}
#qa .qa_tit .deco li{
    width: 8rem;   
} 

#qa .qa_list li{
    margin-bottom: 5%;
}
#qa .qa_list li div{
    padding-left: 3%;
    padding-right: 3%;
}
#qa .qa_list li div:nth-child(1){
    font-size:120%;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    margin-bottom: .5em;
}
#qa .qa_list li div:nth-child(2){
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
#qa .qa_list li div p{
    padding-left: 2.6rem;
}
#qa .qa_list li div p::before{
    font-size: 35px;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#qa .bg{
    padding: 10% 0 15%;
}
#qa .qa_tit{
    margin-bottom: 9%;
}
#qa .qa_tit .ft_europa{
    font-size: 400%;
    padding-left: 0.5rem;
}
#qa .qa_tit .ft_min{
    font-size: 140%;
    margin-top: .5em;
}
#qa .qa_tit &gt; div{
    display: block;
    padding: 0;
    box-sizing: border-box;
}
#qa .qa_tit .deco li{
    width: 4.5rem;
    bottom: 0;
} 

#qa .qa_list li{
    margin-bottom: 8%;
}
#qa .qa_list li div{
    padding-left: 3%;
    padding-right: 3%;
}
#qa .qa_list li div:nth-child(1){
    font-size: 105%;
    letter-spacing: normal;
    margin-bottom: .4em;
}
#qa .qa_list li div:nth-child(2){
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#qa .qa_list li div p{
    padding-left: 2.1rem;
}
#qa .qa_list li div p::before{
    font-size: 8vw;
}
#qa .qa_list li div:nth-child(2) p::before{
    top: 0;
}
}






/* soudan
---------------------------------------------------------*/
#soudan .bg{
    position: relative;
    background: #eff3e5;
    padding: 110px 0 80px;
}
#soudan .bg::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/iod/img36@2x.png") no-repeat top center;
    background-size: 100% auto;
    width: 100%;    
    height: 100%;
    top:0;
    left: 0;
}
#soudan .w1200{
    position: relative;
    z-index: 2;
}
#soudan .soudan_tit{
    text-align: center;
}
#soudan .soudan_tit .icon{
    display: inline-block;
    width: 6.5rem;
    margin: 0 auto 2.5rem;
}
#soudan .soudan_tit .tit1{
    font-size: 320%;
    letter-spacing: 0.1em;
    line-height: 1em;
}
#soudan .soudan_tit .tit2{
    margin: 1em auto 2.5em;
}
#soudan .iod_seriftxt{
    margin: 90px 0 40px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#soudan .bg{
    padding: 8% 0 8%;
}
#soudan .soudan_tit .icon{
    width: 4rem;
    margin: 0 auto 1.5rem;
}
#soudan .soudan_tit .tit1{
    font-size: 220%;
}
#soudan .soudan_tit .tit2{
    margin: .8em auto 1.5em;
}
#soudan .iod_seriftxt{
    margin: 7% 0 5%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#soudan .bg{
    padding: 12% 0 8%;
}
#soudan .soudan_tit .icon{
    width: 3.5rem;
    margin: 0 auto 1rem;
}
#soudan .soudan_tit .tit1{
    font-size: 190%;
}
#soudan .soudan_tit .tit2{
    margin: .8em auto 1em;
    text-align: left;
}
#soudan .iod_seriftxt{
    margin: 10% 0 7%;
}
}</pre></body></html>