@charset "UTF-8";

/*  guide_page provacy_page saiyo_page 共通  */

.guide_page .container,
.privacy_page .container,
.saiyo_page .containerr{
	width: 980px;
}
.guide_page h3.tit_sec,
.privacy_page h3.tit_sec,
.saiyo_page h3.tit_sec{
	font-size: 25px;
	text-align: left;
	margin-bottom: 10px;
}
.guide_page ul,
.privacy_page ul{
	padding: 20px;
	background-color: #f5f5f5;
}

.guide_page .tit_topic,
.privacy_page .tit_topic {
	margin-bottom: 5px;
}

.guide_page .case,
.privacy_page .case,
.saiyo_page .case{
	margin-bottom: 50px;
}




/*  guide_page  */
.guide_page #title_benner .container {
	background: rgba(0, 0, 0, 0) url(../images/common/bg_tit_hanyou.jpg) no-repeat scroll center center;
}

.guide_page div.BTN {
	margin: 18px 18px 8px 0;
	text-align: right;
}

.guide_page div.BTN>a {
	background: #fff url(../images/common/ico_arrow_01.png) no-repeat scroll right 20px center;
	background-size: 6px auto;
	border: 1px solid #333;
	display: inline-block;
	font-weight: bold;
	padding: 13px 60px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
	color: #252525;
	text-decoration: none;
}

.guide_page div.BTN>a:hover {
	color: #fff;
	background: #333 url(../images/common/ico_arrow_02.png) no-repeat scroll right 10px center;
	background-size: 6px auto;
	transition: 0.3s ease-in-out;
}




/* guide_page > explanation.html */

.guide_page.explanation .section p:last-of-type {
	margin-bottom: 0;
}

.guide_page.explanation .section p.notice {
	line-height: 1.4em;
	font-size: 0.875em;
	color: #757272;
	text-indent: -1rem;
	margin-left: 1rem;
	margin-bottom: 0.125rem;
}


.guide_page.explanation ul {
	background: transparent;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 30px;
}

.guide_page.explanation ul li {
	width: calc(100% / 3 - 0.75rem);
	background: #fbfbfb;
	border: 1px solid #c7c7c7;
	box-shadow: 0px 10px 20px -20px #000;
}

.guide_page.explanation ul li div {
	padding: 1rem;
}

.guide_page.explanation h5 {
	font-family: "ヒラギノ角ゴ W6 JIS2004";
	font-size: 1.25em;
}

.guide_page.explanation h6 {
	font-family: "ヒラギノ角ゴ W6 JIS2004";
	font-size: 1.175em;
}

.guide_page.explanation .section.flow {
	margin-bottom: 0;
	margin-top: 0;
	border-top: 1px solid #f2f2f2;
	padding-top: 50px;
	background: #FFF;
}

.guide_page.explanation .section.flow:nth-of-type(2n+1) {
	background: #f8f8f8;
}

.guide_page.explanation dl {
	background: #fbfbfb;
	border: 1px solid #c7c7c7;
	box-shadow: 0px 10px 20px -20px #000;
	padding: 1rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 4rem;
	position: relative;
}

.guide_page.explanation dl dt {
	padding: 1.5rem;
	width: calc(100% / 5 * 1);
	border-radius: 0.5rem;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #578e43;
	background: -moz-linear-gradient(-45deg,  #578e43 0%, #375b2c 100%);
	background: -webkit-linear-gradient(-45deg,  #578e43 0%,#375b2c 100%);
	background: linear-gradient(135deg,  #578e43 0%,#375b2c 100%);

}

.guide_page.explanation dl dt > div {
	text-align: center;
}

.guide_page.explanation dl dt > div h6 {
	color: #FFF;
	margin-bottom: 0.25em;
}

.guide_page.explanation dl dt > div h6 span {
	opacity: 0.7;
}

.guide_page.explanation dl dt > div i {
	color: #FFF;
	font-size: 4rem;
}




.guide_page.explanation dl dd {
	width: calc(100% / 5 * 4 - 1rem);
}


.guide_page.explanation dl::after {
	content: "";
	height: 1.25rem;
	width: 1.25rem;
	position: absolute;
	bottom: -2.5rem;
	border: 8px solid #578e43;
	border-left: 0;
	border-top: 0;
	transform: rotate(45deg);
	left: 0;
	right: 0;
	margin: auto;
}

.guide_page.explanation dl:last-of-type::after {
	display: none;
}



.guide_page.explanation .row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.guide_page.explanation .row.col-2 > div {
	width: calc(100% / 2 - 0.5rem);
}

.guide_page.explanation .row.col-3 > div {
	width: calc(100% / 3 - 0.5rem);
}


.guide_page.explanation div.BTN {
	margin: 0;
	text-align: center;
}

.guide_page.explanation div.BTN {
	margin: 0;
	text-align: center;
}

.guide_page.explanation div.BTN>a {
	display: block;
}



.guide_page.explanation .mt-1_5rem {
	margin-top: 1.5rem;
}









/* provacy_page */
.privacy_page #title_benner .container {
	background: rgba(0, 0, 0, 0) url(../images/common/bg_tit_hanyou.jpg) no-repeat scroll center center;
}

.privacy_page ul li{
	margin-bottom: 10px;
}

.privacy_page div.wrap {
	margin-bottom: 20px;
}

.privacy_page table {
	border-color: #ccc;
	border-style: solid none none solid;
	border-width: 1px medium medium 1px;
	font-size: 95%;
	margin: 5px 0 20px;
	padding: 0;
}

.privacy_page table tr {
	background-color: #FFF;
}

.privacy_page table th {
	background-color: #f1f6fd;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 15px 10px;
}

.privacy_page table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 15px 10px;
}

.privacy_page div.dot {
	border: 1px dotted #bbb;
	padding: 20px 25px 15px;
}

.privacy_page ul.list_dot li{
	text-indent: -1em;
	margin-left: 1em;
}

.privacy_page ul.list_abc li{
	text-indent: -1em;
	margin-left: 1em;
}




/* saiyo_page  */

.saiyo_page #title_benner .container {
	background: rgba(0, 0, 0, 0) url(../images/common/bg_tit_hanyou.jpg) no-repeat scroll center center;
}

.saiyo_page #title_benner .members {
	background: rgba(0, 0, 0, 0) url(../images/common/bg_tit_members.jpg) no-repeat scroll center center;
}

.saiyo_page table {
	width: 90%;
	border: 1px solid #eee;
	border-collapse: collapse;
}

.saiyo_page table tr {
	background: #ffffff none repeat scroll 0 0;
}

.saiyo_page table th.first {
	border-top: #3962AD 3px solid;
}

.saiyo_page table th {
	white-space: nowrap;
	background: #F1F7FB;
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 8px;
	font-weight: normal;
}

.saiyo_page table td.first {
	border-top: #ddd 3px solid;
}

.saiyo_page table td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 8px;
}

.saiyo_page table td p{
	margin: 10px;
}

.saiyo_page div.BTN {
	margin: 50px 0;
	text-align: center;
}

.saiyo_page div.BTN>a {
	background: #fff url(../images/common/ico_arrow_01.png) no-repeat scroll right 20px center;
	background-size: 6px auto;
	border: 1px solid #333;
	display: inline-block;
	font-weight: bold;
	padding: 13px 60px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
	color: #252525;
	text-decoration: none;
}

.saiyo_page div.BTN>a:hover {
	color: #fff;
	background: #333 url(../images/common/ico_arrow_02.png) no-repeat scroll right 10px center;
	background-size: 6px auto;
	transition: 0.3s ease-in-out;
}




/* newteam_page */

.newteam_page {}

.newteam_page #contents_box2 p,
.newteam_page #contents_box3 p{
	margin-bottom: 20px;
}

.newteam_page .guidelines .container{
	margin-top: 60px;
}

.newteam_page #contents_box3 ul.picts li {
	margin: 1%;
	top: 0;
	width: 22%;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #AABACD;
	text-align: center;
}

.newteam_page #contents_box3 ul.picts li h4{
	font-size: 120%;
	color: #005195;
}

.newteam_page #contents_box3 ul.picts li p{
	font-size: 80%;
	color: #005195;
}

.newteam_page #contents_box3 ul.picts li img{
	width: 200px;
	margin: 15px auto;
}

.newteam_page #contents_box3 h4.inner,
.newteam_page #contents_box2 h4.inner{
	font-size: 105%;
	padding-bottom: 0.5em;
	margin-bottom: 0;
	margin-top: 3em;
}


/*メールマガジン会員登録  フォーム部*/
.membersForm {
	/*background:#fff9f7;*/
	width:45%;
	display:block;
	float:left;
	margin:50px 3% 150px;
}





/*.membersForm form.mktoForm{
	width: auto !important;
	background: rgba(255, 133, 0, 0.1);
	border: 1px solid #ff8500;
	border-radius: 3px;
	padding: 30px 15px!important;
}*/

.membersForm form.mktoForm .mktoOffset ,
.membersForm form.mktoForm .mktoGutter ,
.membersForm form.mktoForm .mktoClear {
	display: none;
}



.membersForm form.mktoForm .mktoFieldWrap {
	display: flex;
	width: 100%;
}




.membersForm form.mktoForm .mktoFormCol {
	width: 100%!important;
}




.membersForm form.mktoForm .mktoFieldWrap .mktoLabel{
	padding: 0;
	width: 3em!important;
	margin-right: 8px;
	position: relative;
	display: block;
}

.membersForm form.mktoForm .mktoFieldWrap .mktoLabel .mktoAsterix{
	position: absolute;
	padding: 0;
	text-indent: -999999px;
	width: 100%;
	height: 100%;
	display: block;
}

.membersForm form.mktoForm .mktoFieldWrap .mktoLabel .mktoAsterix::after{
	content: "必須";
	background: #C00;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 12px;
	text-indent: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
}




.membersForm form.mktoForm .mktoFieldWrap input{
	width: calc(100% - 3em)!important;
	border-radius: 3px;
}




.membersForm form.mktoForm .mktoButtonRow{
	text-align: center;
	width: 100%;
	margin-top: 15px;
}

.membersForm form.mktoForm .mktoButtonRow span{
	margin: 0!important;
	display: block;
	text-align: center;
	width: 100%;
}


.membersForm form.mktoForm input[type=text],
.membersForm form.mktoForm input[type=url],
.membersForm form.mktoForm input[type=email],
.membersForm form.mktoForm input[type=tel],
.membersForm form.mktoForm input[type=number],
.membersForm form.mktoForm input[type=date],
.membersForm form.mktoForm select.mktoField,
.membersForm form.mktoForm textarea.mktoField {
	padding: 0.2em 0.3em;
	box-shadow: 0px 8px 6px -8px rgba(0, 0, 0, 0.4);
}










img.mailimg {width:35px; float:left; margin-right:12px; margin-top:0px;}

/*入力フォーム枠*/
.inputform {
	/*border:1px solid #999;*/
	background: #ffa;
	border-radius: 10px;
	padding: 36px 15px 10px;
}

/*メールマガジン会員登録  特典部*/
.membersBenefit {
	background:/*#28507*/#930;
	width:45%;
	display:block;
	float:left;
	margin:50px 0 150px;
	padding:32px 25px 25px;
	color:#fff;
	border-radius: 5px;
}

.membersBenefit strong {
	font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.membersBenefit strong.title {
	font-family: "ヒラギノ角ゴ W6 JIS2004";
	color:#ff0;
	font-size:18px;
}

























/*================== MOBILE PAGE ==================*/


@media screen and (max-width: 768px) {


.guide_page .container,
.hanyou_page .container,
.privacy_page .container {
	width: 94%;
	margin: 0 auto;
}

.guide_page .tit_sub::before,
.privacy_page .tit_sub::before {
	display: none;
}

.guide_page .container h2.tit_sub,
.hanyou_page .container h2.tit_sub,
.privacy_page .container h2.tit_sub{
	background: rgba(0, 0, 0, 0) url(../images/common/bg_border.png) no-repeat scroll center bottom;
	color: #2f3749;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: center;
}

.guide_page h3.tit_sec,
.hanyou_page h3.tit_sec,
.privacy_page h3.tit_sec {
	font-size: 18px;
}




/* newteam_page */

.newteam_page {}

.newteam_page #contents_box3 ul.picts li {
	margin: 1%;
	top: 0;
	width: 45%;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #AABACD;
	text-align: center;
}

/*メールマガジン会員登録  フォーム部*/
.membersForm {
	/*background:#fff9f7;*/
	width:90%;
	display:block;
	float:none;
	margin:50px 3% 0px;
	padding-left:5px;
	padding-right: 5px;
}
.membersForm>p {font-size:14px;}
img.mailimg {width:30px; float:left; margin-right:12px; margin-top:0px;}



/*入力フォーム枠*/
.inputform {
	/*border:1px solid #999;*/
	background: #ffa;
	border-radius: 10px;
	padding: 16px 5px 10px;
}


/*メールマガジン会員登録  特典部*/
.membersBenefit {
	background:/*#28507*/#930;
	width:90%;
	display:block;
	/*float:left;*/
	margin:30px 12px 50px;
	padding:32px 10px 25px;
	color:#fff;
	border-radius: 5px;
}
.membersBenefit strong {
	font-family: "ヒラギノ角ゴ W6 JIS2004";
}
.membersBenefit strong.title {
	font-family: "ヒラギノ角ゴ W6 JIS2004";
	color:#ff0;
	font-size:15px;
}



}
