@charset "UTF-8";



/*メインイメージ
---------------------------------------------------------*/
.h_txt_type2::before {
	padding-top: 0;
}
.h_txt_type2 .m_img {
	position: relative;
	margin: 0 auto;
	width: 94%;
	max-width: 1180px;
	height: 30vw;
	max-height: 400px;
}
.h_txt_type2 .title {
	position: absolute;
	z-index: 1;
	left: 0;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
	color: #404040;
	font-size: min(110%,1.8vw);
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.h_txt_type2 .title ul {
	margin-left: -4%;
	display: flex;
}
.h_txt_type2 .title li {
	background: #16304A;
	text-align: center;
	color: #fff;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.2em;
	padding: .4em 0;
	width: 9.6em;
	border-radius: .3em;
	margin-left: 4%;
}
.h_txt_type2 .title .txt1 {
	font-size: 370%;
	font-weight: bold;
	letter-spacing: .13em;
	line-height: 1.4em;
	margin: .1em 0;
}
.h_txt_type2 .title .bg_img {
	position: absolute;
	z-index: -1;
	width: 20vw;
	max-width: 282px;
	right: 0;
	top: 50%;
	transform: translate(90%,-50%);
}
.h_txt_type2 .m_illust {
	position: absolute;
	z-index: 0;
	width: 35%;
	max-width: 404px;
	right: 0;
	bottom: 0;
	transform: translateX(3%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.h_txt_type2 .m_img {
	height: auto;
	max-height: 100%;
	padding-top: 5%;
}
.h_txt_type2 .title {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	transform: none;
	font-size: 100%;
	letter-spacing: .05em;
	text-align: center;
}
.h_txt_type2 .title ul {
    justify-content: center;
}
.h_txt_type2 .title .txt1 {
	font-size: 300%;
	margin: -.2em 0;
}
.h_txt_type2 .title .bg_img {
	width: 35vw;
	right: auto;
	left: 12%;
	top: 100%;
	transform: translate(0%,-10%);
}
.h_txt_type2 .m_illust {
	position: relative;
	z-index: 2;
	width: 55%;
	margin-left: auto;
	margin-right: 0;
	right: auto;
	bottom: auto;
	transform: none;
	margin-top: 1%;
}
}



/*std共通
---------------------------------------------------------*/
.std_style1 {
	text-align: center;
}
.std_style1 > dt {
	font-size: min(185%,3.4vw);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}
.std_style1 > dt .point {
	display: inline-block;
	color: #fff;
	padding: .2em .5em;
	min-width: 6.0em;
	background: #E99850;
	border-radius: .2em;
	margin: .4em .5em;
}
.std_style1 > dt .point + .point {
	margin-left: 0;
}
.std_style1 > dt .marker {
	background: url("../images/marker@2x.png") no-repeat center bottom;
	background-size: 100% 8px;
}

.std_style2 {
	width: 100%;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	border-bottom: solid 1px #404040;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.std_style2 dt {
	text-align: right;
	font-size: min(210%,3.5vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
	width: 40%;
}
.std_style2 dd {
	width: 56%;
	max-width: 665px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.std_style2 dd .arrow {
	width: 10%;
	max-width: 44px;
}
.std_style2 dd .com_check1 {
	width: 86%;
	max-width: 540px;
}
.std_style2 dd .com_check1 > li {
	margin-top: 1.2em;
}
.std_style2 dd .com_check1 > li::before {
	color: #735D9C;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.std_style1 > dt {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.std_style1 {
	text-align: left;
}
.std_style1 > dt {
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.8em;
	margin-bottom: .5em;
}
.std_style1 > dt .point {
	padding: 0 .5em;
	min-width: 0;
	margin: .2em .2em;
}
.std_style2 {
	padding-bottom: 8%;
	display: block;
}
.std_style2 dt {
	text-align: center;
	font-size: 140%;
	width: 100%;
}
.std_style2 dd {
	width: 100%;
	max-width: 100%;
	display: block;
}
.std_style2 dd .arrow {
	width: 6%;
	transform: rotate(90deg);
	margin: 0 auto;
}
.std_style2 dd .com_check1 {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.std_style2 dd .com_check1 > li {
	margin-top: .5em;
}
}



/*lead_box
---------------------------------------------------------*/
.lead_box .com_anclinks li a::before {color: #735D9C;}
.com_anclinks li a:hover {color: #735D9C;}

.lead_box .flex_box {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	text-align: center;
}
.lead_box .flex_box .box_l {
	width: 56%;
}
.lead_box .flex_box .box_r {
	width: 42%;
}
.lead_box .flex_box ul {
	display: inline-block;
	margin-bottom: 40px;
}
.lead_box .flex_box .btn a {
	display: block;
	background: rgba(66,178,198,0.2);
	font-size: min(210%,3.5vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: .7em 0;
	border-radius: 8px;
	position: relative;
}
.lead_box .flex_box .btn a:hover {
	background: rgba(66,178,198,0.5);
}
.lead_box .flex_box .btn span {
	display: inline-block;
	padding-right: 1.6em;
	position: relative;
}
.lead_box .flex_box .btn span::before {
	font-family: 'fontello';
	content: '\e801';
	font-weight: normal;
	color: #735D9C;
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.0em;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: .2em;
	background: #fff;
}
.lead_box .flex_box .btn a::before {
	font-family: 'fontello';
	content: '\e803';
	font-weight: normal;
	font-size: 70%;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}

.lead_box .flex_box .box_l .com_check1 > li::before {color: #735D9C;}
.lead_box .flex_box .box_r .com_check1 > li::before {color: #9F9F9F;}
.lead_box .flex_box .box_r .btn a {background: #F4F4F4;}
.lead_box .flex_box .box_r .btn a:hover {background: #ddd;}
.lead_box .flex_box .box_r .btn a span {font-size: 80%;}
.lead_box .flex_box .box_r .btn span::before {
	color: #1C1C1C;
	top: .4em;
	transform: rotate(-90deg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.lead_box .flex_box .box_l {
	width: 54%;
}
.lead_box .flex_box .box_r {
	width: 44%;
}
.lead_box .flex_box ul {
	margin-bottom: 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lead_box .flex_box {
	display: block;
}
.lead_box .flex_box .box_l {
	width: 100%;
	margin-bottom: 8%;
}
.lead_box .flex_box .box_r {
	width: 100%;
}
.lead_box .flex_box ul {
	margin-bottom: 5%;
}
.lead_box .flex_box .btn a {
	font-size: 150%;
	letter-spacing: .05em;
}
}



/*first
---------------------------------------------------------*/
#first .w1400 {
	padding-top: 80px;
	padding-bottom: 100px;
}

#first .box1 {
	width: 100%;
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
#first .box1 .flex_box1 {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#first .box1 .flex_box1 .box_l {
	width: 31%;
	box-sizing: border-box;
	padding-left: 3%;
}
#first .box1 .flex_box1 .box_l img {
	margin-left: auto;
	margin-right: 0;
}
#first .box1 .flex_box1 .box_r {
	width: 65%;
	max-width: 680px;
}
#first .box1 .flex_box1 dt {
	font-size: min(210%,3.5vw);
	font-weight: bold;
	letter-spacing: .13em;
	line-height: 1.6em;
	margin-bottom: .7em;
}
#first .box1 .flex_box1 dt .purple {
	font-size: 127%;
	line-height: 1.6em;
}

#first .box1 h2 {
	background: #735D9C;
	text-align: center;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
	padding: .4em 3%;
	border-radius: 3.0em;
	margin-bottom: 40px;
}
#first .box1 .item_list {
	width: 100%;
	max-width: 948px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	text-align: center;
	font-size: min(118%,2.0vw);
	font-weight: bold;
	letter-spacing: .19em;
	line-height: 1.4em;
}
#first .box1 .item_list > li {
	width: 29%;
	margin-right: 6.5%;
	margin-top: 60px;
}
#first .box1 .item_list > li:nth-child(3n),
#first .box1 .item_list > li:last-child {
	margin-right: 0;
}
#first .box1 .item_list > li:nth-child(-n+3) {
	margin-top: 0;
}
#first .box1 .item_list p {
	margin-top: 1.0em;
}

#first .box1 .arrow {
	width: 15%;
	max-width: 96px;
	margin: 60px auto;
}
#first .box1 .illust_layout {
	position: relative;
	z-index: 1;
	padding-bottom: 80px;
}
#first .box1 .illust_layout .abs {
	position: absolute;
	z-index: -1;
	width: 18%;
	max-width: 184px;
	right: 0;
	bottom: 0;
	transform: translateX(55%);
}

#first .box2 .std_style1 > dt {
	padding-top: 2.5em;
	background: url("../images/illust1@2x.png") no-repeat center top;
	background-size: auto 2.0em;
	margin-bottom: .7em;
}
#first .keiro_list {
	margin-top: 2.0em;
	display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
	margin-left: -0.5%;
}
#first .keiro_list li {
	background: #F4F4F4;
	font-size: min(130%,2.0vw);
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 1.2em 1.5em 1.2em 3.0em;
	border-radius: .8em;
	position: relative;
	margin-left: 0.5%;
	margin-top: 1.0%;
}
#first .keiro_list li::before {
	font-family: 'fontello';
	content: '\e802';
	font-weight: normal;
	position: absolute;
	left: 1.5em;
	top: 50%;
	transform: translateY(-50%);
}
#first .keiro_list li.txt_etc {
	background: none;
	font-size: 100%;
	letter-spacing: .05em;
	font-weight: bold;
	padding: 1.0em 0;
	border-radius: 0;
}
#first .keiro_list li.txt_etc::before {
	display: none;
}
#first .keiro_list li .txt_small {
	font-size: 70%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-left: -.5em;
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
#first .box1 .illust_layout .abs {
	transform: translateX(30%);
}	
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#first .w1400 {
	padding-top: 6%;
	padding-bottom: 8%;
}
#first .box1 .flex_box1 dt {
	letter-spacing: .1em;
	margin-bottom: .5em;
}
#first .box1 h2 {
	margin-bottom: 4%;
}
#first .box1 .item_list {
	width: 94%;
	font-size: 2.3vw;
	letter-spacing: .05em;
}
#first .box1 .item_list > li {
	width: 31%;
	margin-right: 3.5%;
	margin-top: 6%;
}

#first .box1 .arrow {
	margin: 4% auto;
}
#first .box1 .illust_layout {
	padding-bottom: 6%;
}

#first .box2 .std_style1 > dt {
	margin-bottom: .4em;
}
#first .keiro_list {
	margin-top: 1.0em;
}
#first .keiro_list li .txt_small {
	font-size: 75%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#first .w1400 {
	padding-top: 8%;
	padding-bottom: 12%;
}
#first .box1 .flex_box1 {
	display: block;
}
#first .box1 .flex_box1 .box_l {
	width: 40%;
	padding: 0;
	margin: 0 auto;
}
#first .box1 .flex_box1 .box_r {
	width: 100%;
	max-width: 100%;
}
#first .box1 .flex_box1 dt {
	text-align: center;
	font-size: 150%;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
#first .box1 h2 {
	font-size: 120%;
	letter-spacing: .1em;
	padding: .2em 3%;
	margin-bottom: 6%;
}
#first .box1 .item_list {
	display: block;
	font-size: 115%;
	letter-spacing: normal;
}
#first .box1 .item_list > li {
	width: 100%;
	margin: 4% auto 0 !important;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#first .box1 .item_list > li:first-child {
	margin-top: 0 !important;
}
#first .box1 .item_list > li div {
	width: 40%;
	box-sizing: border-box;
	padding-left: 5%;
}
#first .box1 .item_list p {
	margin-top: 0;
	width: 60%;
}
#first .box1 .arrow {
	margin: 8% auto;
}
#first .box1 .illust_layout {
	padding-bottom: 8%;
}
#first .box1 .illust_layout .abs {
	display: none;
}

#first .keiro_list {
	margin-top: 1.0em;
	margin-left: -1%;
}
#first .keiro_list li {
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: .8em .8em .8em 2.0em;
	border-radius: .5em;
	margin-left: 1%;
	margin-top: 2%;
}
#first .keiro_list li::before {
	left: .6em;
}
#first .keiro_list li.txt_etc {
	padding: .5em 0;
}
#first .keiro_list li .txt_small {
	letter-spacing: normal;
	line-height: 1.4em;
	margin-left: -.5em;
}
}



/*features
---------------------------------------------------------*/
#features .w1400 {
	padding-top: 100px;
	padding-bottom: 120px;
}
#features .item_list {
	width: 100%;
	max-width: 1355px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    flex-wrap: wrap;
}
#features .item_list > li {
	width: 23.2%;
	margin-right: 2.4%;
	margin-top: 60px;
}
#features .item_list > li:nth-child(4n),
#features .item_list > li:last-child {
	margin-right: 0;
}
#features .item_list > li:nth-child(-n+4) {
	margin-top: 0;
}
#features .item_list div {
	width: 80%;
	margin: 0 auto;
}
#features .item_list dt {
	text-align: center;
	font-size: min(153%,2.1vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	min-height: 2.8em;
	margin: 1.0em 0 .6em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#features .w1400 {
	padding-top: 8%;
	padding-bottom: 10%;
}
#features .item_list > li {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 6%;
}
#features .item_list dt {
	font-size: 2.5vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#features .w1400 {
	padding-top: 12%;
	padding-bottom: 14%;
}
#features .item_list {
    justify-content: space-between;
}
#features .item_list > li {
	width: 49%;
	margin-right: 0;
	margin-top: 6% !important;
}
#features .item_list > li:nth-child(-n+2) {
	margin-top: 0 !important;
}
#features .item_list div {
	width: 50%;
	margin: 0 auto;
}
#features .item_list dt {
	font-size: 120%;
	letter-spacing: .05em;
	min-height: 0;
	margin: .5em 0 .6em;
}
#features .item_list dd {
	width: 90%;
	margin: 0 auto;
}
}



/*howto
---------------------------------------------------------*/
#howto .w1400 {
	padding-top: 100px;
	padding-bottom: 120px;
}
#howto .com_index1 {
	margin-bottom: 60px;
}
#howto .box_list {
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
#howto .box_list > li {
	margin-top: 20px;
}
#howto .box_list > li:first-child {
	margin-top: 0;
}
#howto .box_list .com_open_area .open_btn {
	font-size: 147%;
	padding: .2em 0;
}
#howto .box_list .com_open_area .oepn_box .in_box {
	width: 100%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#howto .box_list .com_open_area .oepn_box dl {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-top: 2.5em;
}
#howto .box_list .com_open_area .oepn_box dl:first-of-type {
	margin-top: 1.5em;
}
#howto .box_list .com_open_area .oepn_box dt {
	width: 28%;
	max-width: 237px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	letter-spacing: .22em;
	line-height: 1.4em;
	padding: .2em 0;
	border: solid 1px #404040;
	border-radius: 3.0em;
}
#howto .box_list .com_open_area .oepn_box dd {
	width: 70%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#howto .w1400 {
	padding-top: 8%;
	padding-bottom: 10%;
}
#howto .com_index1 {
	margin-bottom: 6%;
}
#howto .box_list .com_open_area .oepn_box dl {
	margin-top: 1.5em;
}
#howto .box_list .com_open_area .oepn_box dl:first-of-type {
	margin-top: .5em;
}
#howto .box_list .com_open_area .oepn_box dt {
	width: 32%;
	letter-spacing: .1em;
}
#howto .box_list .com_open_area .oepn_box dd {
	width: 66%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#howto .w1400 {
	padding-top: 12%;
	padding-bottom: 14%;
}
#howto .com_index1 {
	margin-bottom: 8%;
}
#howto .box_list > li {
	margin-top: 3%;
}
#howto .box_list .com_open_area .open_btn {
	font-size: 120%;
}
#howto .box_list .com_open_area .oepn_box dl {
	display: block;
	margin-top: 1.5em;
}
#howto .box_list .com_open_area .oepn_box dl:first-of-type {
	margin-top: 0.5em;
}
#howto .box_list .com_open_area .oepn_box dt {
	width: 100%;
	max-width: 100%;
	letter-spacing: .15em;
}
#howto .box_list .com_open_area .oepn_box dd {
	width: 90%;
	margin: .5em auto 0;
}
}



/*kinds
---------------------------------------------------------*/
#kinds .w1400 {
	padding-top: 100px;
	padding-bottom: 120px;
}

#kinds .box_list {
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#kinds .box_list > li {
	width: 49.2%;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 40px 4% 40px;
	background: #fff;
}
#kinds .box_list > li:first-child {
	margin-top: 0;
}
#kinds .box_list > li.box_width {
	width: 100%;
}
#kinds .box_list h3 {
	border: none;
	padding: .5em 0 .5em 2.8em;
	margin: 0 0 .8em;
	text-align: left;
	color: #404040;
	font-size: min(176%,3.0vw);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	position: relative;
}
#kinds .box_list h3::before {
	content: "";
	position: absolute;
	width: 2.4em;
	height: 2.4em;
	left: 0;
	top: 0;
	background: url("../images/icon1@2x.png") no-repeat center center;
	background-size: contain;
}
#kinds .box_list .detail > dt {
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .5em;
	margin-top: 1.5em;
}
#kinds .box_list .detail > dt:first-of-type {
	margin-top: 0;
}
#kinds .box_list .detail > dd {
	font-size: 118%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
#kinds .box_list .flex_box {
	display: flex;
    justify-content: space-between;
}
#kinds .box_list .flex_box .box_l {
	width: 65%;
	max-width: 610px;
}
#kinds .box_list .flex_box .box_r {
	width: 32%;
	padding-top: 1.5em;
	text-align: center;
}
#kinds .box_list .flex_box .detail > dt {
	margin-bottom: 1.5em;
}

#kinds .box_list .icon2 h3::before {background-image: url("../images/icon2@2x.png");}
#kinds .box_list .icon3 h3::before {background-image: url("../images/icon3@2x.png");}
#kinds .box_list .icon4 h3::before {background-image: url("../images/icon4@2x.png");}
#kinds .box_list .icon5 h3::before {background-image: url("../images/icon5@2x.png");}
#kinds .box_list .icon6 h3::before {background-image: url("../images/icon6@2x.png");}
#kinds .box_list .icon7 h3::before {background-image: url("../images/icon7@2x.png");}
#kinds .box_list .icon8 h3::before {background-image: url("../images/icon8@2x.png");}
#kinds .box_list .icon9 h3::before {background-image: url("../images/icon9@2x.png");}
#kinds .box_list .icon10 h3::before {background-image: url("../images/icon10@2x.png");}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#kinds .w1400 {
	padding-top: 8%;
	padding-bottom: 10%;
}
#kinds .box_list > li {
	padding: 4% 4% 4%;
}
#kinds .box_list h3 {
	margin: 0 0 .5em;
}
#kinds .box_list .flex_box .detail > dt {
	margin-bottom: 1.0em;
}
#kinds .box_list li:not(.box_width) .com_btn1 a {
	display: block;
	min-width: 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#kinds .w1400 {
	padding-top: 12%;
	padding-bottom: 14%;
}

#kinds .box_list > li {
	margin-top: 3%;
	padding: 6% 5% 6%;
}
#kinds .box_list h3 {
	padding: 2.0em 0 0;
	margin: 0 0 .8em;
	text-align: center;
	font-size: 120%;
	letter-spacing: normal;
}
#kinds .box_list h3::before {
	width: 1.8em;
	height: 1.8em;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}
#kinds .box_list .detail > dt {
	letter-spacing: .05em;
	margin-bottom: .2em !important;
	margin-top: 1.0em;
}
#kinds .box_list .detail > dd {
	font-size: 100%;
	letter-spacing: normal;
}
#kinds .box_list .flex_box {
	display: block;
}
#kinds .box_list .flex_box .box_l {
	width: 100%;
	max-width: 100%;
}
#kinds .box_list .flex_box .box_r {
	width: 100%;
	padding-top: 1.0em;
	text-align: center;
}
}



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

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

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



/*faq
---------------------------------------------------------*/
#faq .w1200 {
	padding-top: 100px;
	padding-bottom: 120px;
}
#faq .com_qa > dt::before {color: #735D9C;}
#faq .com_qa > dt::after {color: #735D9C;}
#faq .com_qa > dd::before {color: #16304A;}

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

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



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}