@charset "euc-jp";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */
body {
	color: #4C4948!important;
	text-align: center !important;
}
.breadcrumb-item {
	font-family: 'Þâ¥´¥·¥Ã¥¯ÂÎ', 'Yu Gothic', YuGothic, '¥Ò¥é¥®¥Î³Ñ¥´ Pro', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', 'Meiryo', sans-serif !important;
}
.noto-font {
	font-family: 'Noto Sans Japanese', sans-serif!important;
	font-size: 100%;
	line-height: 1.8;
	overflow: hidden;	
}
body:not(.page-index) .mainnav::after {
	background-color: #fff ;
}

.pb60 {
    padding-bottom: 60px;
}

.page-wrap {
    padding-top: 9px!important;
}

.page-head-wrap {
    width: 100%;
    background-color: #CBE4C0;
	height: 510px;
	margin: 0;
}

.breadcrumb {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
	
.breadcrumb-item {
    display: inline;
    font-size: 14px;
    font-size: 0.875rem;
}	

.main-visual {
	display: flex;
    justify-content: center;
    width: 100%;
	background-color: #CBE4C0 ;
}

.main-visual-title {
	font-weight: 200;
	font-size: 60px;
	line-height: 80px;
	padding-bottom: 26px;
}

.main-visual-subtitle {
	font-weight: 400;
	font-size: 24px;
	padding-bottom: 6px;
}

.section-wrap {
    width: 1024px;
    margin: 60px auto;
}

.section-title {
    font-size: 30px;
    color: #5CB47E;
    text-align: center;
    margin-top: 45px;
}

.section-subtitle {
    font-size: 26px;
    color: #4C4948;
    text-align: center;
    margin-top: 30px;
}

.section-text {
    font-size: 16px;
    color: #4C4948;
	margin-top: 30px;
	line-height: 35px;
}

.supplement-text {
    font-size: 14px;
    color: #4C4948;
	margin-top: 20px;
}

.trouble-list {
    width: 750px;
    margin: 30px auto 60px;
    font-size: 24px;
}

.trouble-list-contents {
    margin-bottom: 45px;
    background: url(../../../main/function/images/paid/check_box.png) no-repeat top left;
    background-size: 45px 40px;
    padding-left: 65px;
}

.trouble-answer-text {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background-color: #5CB47E;
	text-align: center;
	padding: 40px 0;
}

.triangle {
    position: relative;
    background: #5CB47E;
}

.trouble-answer:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #5CB47E transparent transparent transparent;
    border-width: 25px 30px 0 30px;
}

.bg-green {
    background-color: #E5EDE4;
	padding: 25px 0;
}

.contents-wrap {
	width: 1024px;
	border: 1px solid #6ABB65;
	background-color: #fff;
	padding: 0 60px;
	margin: 60px auto;
}

.contents-wrap .section-title {
    font-size: 26px;
}

.contents-image {
	margin: 60px auto;
	text-align: center;
}

.conditions-table-wrap {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 40px auto 24px;
    line-height: 1.2em;
}

.conditions-table-wrap {
    width: 850px;
    margin: 56px auto 50px;
    border: 1px solid #5CB47E;
	padding: 24px;
    text-align: center;
}

.conditions-table-wrap th, .conditions-table-wrap td {
    border: #ccc 1px solid;
    padding: 10px;
	vertical-align: middle;

}

.conditions-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
	background-color: #6ABB65;
	text-align: center;
	margin: 10px 0;
}

.conditions-text {
    font-size: 18px;
	margin: 10px 0;
}

.service-flow-list-wrap {
	width: 850px;
    margin: 50px auto 0;
}

.service-flow-list {
	display: flex;
	margin-bottom: 70px;
    align-items: center;
}

.service-flow-step {
    width: 100px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.service-flow-list-text-wrap {
	width: 750px;
    padding: 25px ;
    border: 1px solid #5CB47E;
	background-color: #fff ;
}

.service-flow-list-title {
	 color: #5CB47E;
}

.service-flow-list:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -45px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #5CB47E transparent transparent transparent;
    border-width: 20px 20px 0;
}

.service-flow-list:last-child:after {
	display: none;
}

.service-flow-list li:last-child {
  font-weight:bold;
}

.service-caution {
	width: 850px;
 	margin: 10px auto 65px;
    border: 1px solid #6ABB65;
    background-color: #fff;
    padding: 35px 45px;
    line-height: 36px;
}

.page-wrap .page-btn {
    margin-top: 80px;
}

@media (max-width: 640px){
  .breadcrumb {
    width: 100%;
  }
  
	.section-wrap {
		width: 100%;
		margin: 60px auto;
	}
	
	.page-wrap {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}
	
	.page-head-wrap {
   		width: 100%;
		padding-top: 14px;
	}
	
	.main-visual {
		display: inline-block;
		padding: 25px 20px 10px;
	}
	
	.main-visual-subtitle {
		font-size: 16px;
		padding-bottom: 6px;
	}
	
	.main-visual-title {
		font-size: 40px;
		line-height: 55px;
		padding-bottom: 15px;
	}
	
	.main-visual-title img {
		width: 50%;
	}
	
	.main-visual-image {
		margin-top: 16px;
	}
	
	.section-title {
		font-size: 22px;
		margin-top: 30px;
	}
	
	.section-subtitle {
    	font-size: 20px;
	}
	
	.section-text {
    	margin-top: 20px;
	}
	
	.trouble-wrap .section-title{
		margin-top: 75px;
	}
	
	.trouble-list {
		width: 100%;
		font-size: 15px;
		padding: 0 20px;
	}	
	
	.trouble-list-contents {
		background-size: 30px 25px;
		padding-left: 40px;
	}
	
	.trouble-answer-text {
		font-size: 20px;	
		padding: 25px 0;
	}
	
	.about-wrap {
		padding: 0 20px;
	}
	
	.contents-wrap {
		width: 90%;
		padding: 0 20px;
		margin: 30px auto;
	}
	
	.contents-wrap .section-title {
    font-size: 20px;
}
	
	.conditions-table-wrap{
		width: 90%;
		margin: 30px auto 45px;
	}
	
	.bg-green {
		margin-bottom: 70px;
	}
	
	.service-flow-wrap{
  		padding: 0 20px;
	}
	
	.service-flow-list-wrap {
    	width: 100%;
	}
	
	.service-flow-step {
		font-size: 16px;
		color: #fff;
		margin: 0 15px;
	}
	
	.service-flow-list-text-wrap {
		width: 100%;
		padding: 20px;
		border: 1px solid #5CB47E;
		background-color: #fff;
	}
	
	.service-caution {
		width: 100%;
		border: 1px solid #6ABB65;
		background-color: #fff;
		padding: 20px;
		line-height: 36px;
	}	
	

	