.subH2{
	font-size: 20px;
	line-height: 1.6em;
	margin: 0 0 ;
	font-family: orator-std,monospace;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
h3{
	font-family: tbchibirgothicplusk-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	line-height: 1.8em;
	width: 100%;
	text-align: center;
}
@media screen and (max-width:768px){
	.subH2{
		font-size: 18px;
	}
	h3{
		font-size: 24px;
		width: 96%;
		margin: 0 auto ;
	}
}

/*買い物代行サービス/海外に販売したい企業の方へ*/
#sasMain{
	width: 900px;
	margin: 0 auto 0.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sasMain figure{
	width: 47%;
	margin-bottom: 3em;
}
#sasMain img{
	display: block;
}
@media screen and (max-width: 1200px){
	#sasMain{
		width: 90%;
	}
}
@media (max-width:768px) {
	#sasMain{
		width: 90%;
		margin: 0 auto 0.5em
	}
	#sasMain figure{
		width: 100%;
		margin-bottom: 2em;
	}
}

/* 注意事項 */
#notes{
	width: 900px;
	margin: 0 auto 3em;
}
#notes h2{
	font-size: 1.6em;
	line-height: 2.2em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.0em;
}
#notes .innBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 5em;
}
#notes .innBox figure{
	width: 20%;
}
#notes .innBox figure img{
	display: block;
}
#notes .innBox ul{
	text-align: justify;
	width: 77%;
}
#notes .innBox ul li{
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 0.8em;
}
#notes .innBox ul li:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f0da";
	position: absolute;/*絶対位置*/
	left: 0em;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	font-size: 1.2em;
	color: #DF0003;
}
@media screen and (max-width: 1200px){
	#notes{
		width: 90%;
	}
}
@media screen and (max-width:768px){
	#notes{
		width: 90%;
		margin: 0 auto 1em;
	}
	#notes .innBox{
		margin: 0 auto 3em;
	}
	#notes .innBox figure{
		width: 50%;
		margin: 0 auto 1em;
	}
	#notes .innBox ul{
		text-align: justify;
		width: 100%;
	}
}

/* 利用料金 */
#fee{
	width: 900px;
	margin: 0 auto 6em;
}
#fee .topImg{
	width: 900px;
	margin: 0 auto 3em;
	font-size: 0.9em;
}
#fee .topImg p{
	color: #FF0004;
}
#fee .topImg1{
	width: 450px;
	margin: 0 auto 3em;
	font-size: 0.9em;
}
#fee .topImg1 p{
	color: #FF0004;
}
#fee h2{
	font-size: 1.6em;
	line-height: 2.2em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.0em;
}
#fee .bottomSpace{
	margin-bottom: 5em;
}
#fee .innBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 5em;
}
#fee .innBox figure{
	width: 35%;
}
#fee .innBox figure img{
	display: block;
	border-radius: 6px;
}
#fee .innBox dl{
	width: 62%;
	border-bottom: 1px solid #91D6FF;
	border-right: 1px solid #91D6FF;
	display: flex;
	flex-wrap: wrap;
}
#fee .innBox dl dt{
	width: 50%;
	padding: 0.5em ;
	box-sizing: border-box;
	border-top:1px solid #91D6FF;
	border-left: 1px solid #91D6FF;
}
#fee .innBox dl dd{
	width: 50%;
	padding: 0.5em ;
	box-sizing: border-box;
	border-top:1px solid #91D6FF;
	border-left: 1px solid #91D6FF;
	text-align: right;
}
#fee .innBox dl .bgColor{
	background-color: #DCF2FF;
	font-weight: 700;
	text-align: center;
}
#fee .innBox .textArea1{
	width: 62%;
	text-align: left;
}
@media screen and (max-width: 1200px){
	#fee{
		width: 90%;
	}
}
@media screen and (max-width:768px){
	#fee{
		width: 90%;
		margin: 0 auto 4em;
	}
	#fee .topImg{
		width: 100%;
	}
	#fee .topImg figure{
		margin-bottom: 0.5em;
	}
	#fee .topImg1{
		width: 100%;
		text-align: justify;
	}
	#fee .topImg1 figure{
		margin-bottom: 0.5em;
	}
	#fee .bottomSpace{
		margin-bottom: 3em;
	}
	#fee .innBox{
		margin: 0 auto 3em;
	}
	#fee .innBox figure{
		width: 100%;
		margin: 0 auto 1em;
	}
	#fee .innBox dl{
		width: 100%;
	}
	#fee .innBox dl dt{
		width: 50%;
	}
	#fee .innBox dl dd{
		width: 50%;
	}
	#fee .innBox .textArea1{
		width: 100%;
	}
}

/* 決済方法 */
#settlement{
	width: 900px;
	margin: 0 auto 6em;
}
#settlement h2{
	font-size: 1.6em;
	line-height: 2.2em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.0em;
}
#settlement h3{
	width: 100%;
	margin: 80px auto 10px;
	font-family: 'Noto Serif JP', serif;
	display: flex;
	align-items: baseline;
	line-height: 1.0em;
	font-size: 1.4em;
	font-weight: 700;
	color: #009CDE;
}
#settlement h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #DDD;
	margin:0 0 0 15px;
	width: 100px;
	display: inline-block;
}
#settlement p{
	text-align: justify;
}
#settlement .innBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 5em;
}
#settlement .innBox table{
	width: 25%;
}
#settlement .innBox table img{
	display: block;
}
#settlement .innBox p{
	text-align: justify;
	width: 72%;
}
@media screen and (max-width: 1200px){
	#settlement{
		width: 90%;
	}
}
@media screen and (max-width:768px){
	#settlement{
		width: 90%;
		margin: 0 auto 4em;
	}
	#settlement h3{
		width: 100%;
		margin: 2.5em auto 0.7em;
	}
	#settlement .innBox{
		margin: 0 auto 3em;
	}
	#settlement .innBox table{
		width: 100%;
		margin-bottom: 1em;
	}
	#settlement .innBox p{
		width: 100%;
	}
}

/* 海外発送サービス */
#shipping{
	width: 900px;
	margin: 0 auto 6em;
}
#shipping h2{
	font-size: 1.6em;
	line-height: 2.2em;
	border-bottom: 1px solid #CCC;
	margin: 3.0em 0 1.0em;
}
#shipping .innBox{
    background-image: url("../images/shipping_01.jpg");
    background-size: 100%;
    padding: 2em 0;
    margin: 0 0 2em;
    text-align: left;
    background-repeat: no-repeat;
}
#shipping .innBox p{
	width: 30%;
	padding: 0.5em 1em;
	margin: 0 0 0.5em;
	background-color: #F66013;
	color: #FFF;
	text-align: center;
	border-radius: 6px;
}
#shipping ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#shipping ul figure{
	width: 70%;
	margin: 0 auto 0.5em;
}
#shipping ul li{
	width: 23.5%;
	box-sizing: border-box;
	border: 3px solid #2F8811;
	border-radius: 6px;
	padding: 1em;
	text-align: center;
}
#shipping .case{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#shipping .case figure{
	width: 23.5%;
}
#shipping .case figure img{
	border-radius: 6px;
	margin-bottom: 0.3em;
	display: block;
}
@media screen and (max-width: 1200px){
	#shipping{
		width: 90%;
	}
}
@media screen and (max-width:768px){
	#shipping{
		width: 100%;
		margin: 0 auto 4em;
	}
	#shipping h2{
		font-size: 1.4em;
		line-height: 1.4em;
		margin: 2.0em auto 1.0em;
		width: 90%;
		padding-bottom: 0.4em;
	}
	#shipping .innBox{
		width: 100%;
		background-image: none;
		padding: 0;
	}
	#shipping .innBox p{
		width: 90%;
		margin: 0 auto 0.5em;
		box-sizing: border-box;
	}
	#shipping ul{
		width: 90%;
		margin: 0 auto;
	}
	#shipping ul figure{
		width: 80%;
	}
	#shipping ul li{
		width: 48%;
		border: 2px solid #2F8811;
		padding: 0.7em;
		margin-bottom: 1em;
	}
	#shipping .case{
		width: 90%;
		margin: 0 auto;
	}
	#shipping .case figure{
		width: 48%;
		margin-bottom: 1em;
	}
}

/* ご利用方法 */
#method{
	width: 900px;
	margin: 0 auto 6em;
}
#method h2{
	font-size: 1.6em;
	line-height: 2.2em;
	border-bottom: 1px solid #CCC;
	margin: 3.0em 0 1.0em;
}
#method .innBox{
	background-image: url("../images/shipping_01.jpg");
    background-repeat: no-repeat;
	background-size: 100%;
	padding: 2em 0;
	margin: 0 0 2em;
	text-align: left;
}
#method .innBox p{
	width: 30%;
	padding: 0.5em 1em;
	margin: 0 0 0.5em;
	background-color: #F66013;
	color: #FFF;
	text-align: center;
	border-radius: 6px;
}
#method .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: justify;
}
#method .inner figure{
	width: 20%;
}
#method .inner p{
	width: 77%;
}
@media screen and (max-width: 1200px){
	#method{
		width: 90%;
	}
}
@media screen and (max-width:768px){
	#method{
		width: 100%;
		margin: 0 auto 4em;
	}
	#method h2{
		font-size: 1.4em;
		line-height: 1.4em;
		margin: 2.0em auto 1.0em;
		width: 90%;
		padding-bottom: 0.4em;
	}
	#method .innBox{
		width: 100%;
		background-image: none;
		padding: 0;
	}
	#method .innBox p{
		width: 90%;
		margin: 0 auto 0.5em;
		box-sizing: border-box;
	}
	#method .inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		text-align: justify;
		width: 90%;
		margin: 0 auto;
	}
	#method .inner figure{
		width: 60%;
		margin: 0 auto 0.5em;
	}
	#method .inner p{
		width: 100%;
	}
}

/* 私たちについて */
#about{
	margin: 0 auto 5em;
	text-align: justify;
}
#about img{
	display: block;
}
#about h3{
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: 700;
	margin-bottom: 1em;
}
#about .aboutBox1{
	width: 1000px;
	margin: 0 auto 5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#about .aboutBox1 figure{
	width: 35%;
}
#about .aboutBox1 figure img{
	border-radius: 100%;
}
#about .aboutBox1 p{
	width: 60%;
	text-align: justify;
}
#about .aboutBox2{
	margin: 0 auto 5em;
	background-color: #DCF2FF;
	padding: 5em 0;
}
#about .aboutBox2 h3{
	color: #218000;
}
#about .aboutBox2 figure{
	width: 900px;
	margin: 0 auto;
}
#about .aboutBox3{
	width: 1000px;
	margin: 0 auto ;
	background-color: #FFF1D7;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction:row-reverse;
}
#about .aboutBox3 figure{
	width: 50%;
}
#about .aboutBox3 div{
	width: 50%;
	box-sizing: border-box;
	padding: 2em 2.5em;
}
#about .aboutBox3 div h4{
	font-size: 1.2em;
	color: #207F00;
	margin-bottom: 0.5em;
}
#about .aboutBox3 div p{
	text-align: justify;
}
#about .aboutBox4{
	width: 1000px;
	margin: 0 auto ;
	background-color: #E8F7E6;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#about .aboutBox4 figure{
	width: 50%;
}
#about .aboutBox4 div{
	width: 50%;
	box-sizing: border-box;
	padding: 2em 2.5em;
}
#about .aboutBox4 div h4{
	font-size: 1.2em;
	color: #D93600;
	margin-bottom: 0.5em;
}
#about .aboutBox4 div h4 span{
	font-size: 0.6em;
}
#about .aboutBox4 div p{
	text-align: justify;
}
@media screen and (max-width: 1200px){
	#about{
		width: 100%;
	}
	#about .aboutBox1{
		width: 94%;
	}
	#about .aboutBox2 figure{
		width: 90%;
	}
	#about .aboutBox3{
		width: 100%;
	}
	#about .aboutBox4{
		width: 100%;
	}
}
@media screen and (max-width:768px){
	#about{
		margin: 0 auto 2.5em;
	}
	#about .aboutBox1{
		width: 90%;
		margin: 0 auto 2.5em;
	}
	#about .aboutBox1 figure{
		width: 60%;
		margin: 0 auto 1em;
	}
	#about .aboutBox1 p{
		width: 100%;
		text-align: justify;
	}
	#about .aboutBox2{
		margin: 0 auto 2.5em;
		padding: 2.5em 0;
	}
	#about .aboutBox2 figure{
		width: 90%;
	}
	#about .aboutBox3{
		width: 90%;
	}
	#about .aboutBox3 figure{
		width: 100%;
	}
	#about .aboutBox3 div{
		width: 100%;
		box-sizing: border-box;
		padding: 1em 1.5em;
	}
	#about .aboutBox4{
		width: 100%;
	}
	#about .aboutBox4{
		width: 90%;
	}
	#about .aboutBox4 figure{
		width: 100%;
	}
	#about .aboutBox4 div{
		width: 100%;
		box-sizing: border-box;
		padding: 1em 1.5em;
	}
}


/*会社案内*/
#company{
	width: 900px;
	margin: 0 auto 5em;
}
#company h3{
	margin-bottom: 1em;
}
#company i{
	margin-right: 5px;
}
#company dl{
	display:flex;
	flex-wrap: wrap;
	border-top: none;
	text-align: left;
}
#company dl dt{
	background: #fff;
	width: 25%;
	padding: 14px 20px;
	box-sizing: border-box;
	border-right: 2px solid #FFFFFF;
	font-weight: 600;
}
#company dl dd{
	padding: 14px 20px;
	margin: 0;
	width: 75%;
	background: #fff;
	box-sizing: border-box;
}
#company dl dt:nth-child(4n+1){
	background-color: #F3F3F3;
}
#company dl dd:nth-child(4n+2){
	background-color: #F3F3F3;
}
@media screen and (max-width: 1200px){
	#company{
		width: 86%;
	}
}
@media (max-width:768px) {
	#company{
		width: 90%;
		margin: 0 auto 2.5em
	}
	#company dl{
		flex-flow: column nowrap;
		width: 100%;
	}
	#company dl dt{
		width: 100%;
		padding: 20px 5% 0;
		border-right: none;
	}
	#company dl dd{
		width: 100%;
		padding: 0 5% 20px;
	}
}

/*アクセス*/
#access{
	padding-top: 100px;
}
#access h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #FF5858;
	font-weight: 700;
}
#access .subTitle{
	font-size: 0.9em;
	margin-bottom: 1.2em;
	color: #999;
}
#access .googlemap{
	border: 1px solid #CCC;
	box-sizing: border-box;
}
#access iframe{
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 450px;
}
@media (max-width:768px) {
	#access{
		padding-top: 70px;
	}
	#access h3 {
		padding: 0 28px;
		font-size: 24px;
	}
	#access .map{
		margin: 20px 0 30px;
	}
	#access iframe{
		width: 100%;
		height: 300px;
	}
	#access .inner{
		width: 100%;
		justify-content: flex-end;
	}
	#access .inner div{
		width: 100%;
		margin-bottom: 20px;
	}
	#access .inner figure{
		width: 100%;
	}
}


/* 個人情報保護方針 */
#privacy{
	width: 1000px;
	margin: 0 auto 5em;
	text-align: justify;
}
#privacy .inner{
	width: 90%;
	margin: 0 auto;
}
#privacy h3{
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
}
#privacy h4{
	width: 100%;
	margin: 80px auto 10px;
	font-family: 'Noto Serif JP', serif;
	display: flex;
	align-items: baseline;
	line-height: 1.0em;
	font-size: 22px;
	font-weight: normal;
	color: #2F8811;
}
#privacy h4:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #DDD;
	margin:0 0 0 15px;
	width: 100px;
	display: inline-block;
}
#privacy h5{
	font-size: 18px;
	margin: 40px 0 10px;
}
#privacy ul{
	margin: 20px auto;
	background-color: #EEF5FA;
	padding: 30px;
	box-sizing: border-box;
}
#privacy ul li{
	list-style: decimal;
	margin-left: 20px;
}
@media screen and (max-width: 1200px){
	#privacy{
		width: 94%;
	}
}
@media screen and (max-width:768px){
	#privacy{
		width: 90%;
		margin: 0 auto 2.5em;
	}
	#privacy .inner{
		width: 100%;
	}
	#privacy h4{
		margin: 50px auto 20px;
		display: block;;
		line-height: 1.2em;
	}
	#privacy h4:after {
		display: none;
	}
	#privacy ul{
		padding: 20px;
	}
}

/* お問い合わせエリア */
#contact{
	box-sizing: border-box;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	width: 900px;
	margin: 0 auto 5em;
}
#contact dl{
	display:flex;
	flex-wrap: wrap;
	border-top: none;
	margin-bottom: 40px;
}
#contact dl dt{
	background: #fff;
	width: 25%;
	padding: 1.5em 20px;
	box-sizing: border-box;
	border-right: 2px solid #FFFFFF;
	font-weight: 600;
}
#contact dl dd{
	padding: 1.5em 20px;
	margin: 0;
	width: 75%;
	background: #fff;
	box-sizing: border-box;
}
#contact dl dt:nth-child(4n+1){
	background-color: #F3F3F3;
}
#contact dl dd:nth-child(4n+2){
	background-color: #F3F3F3;
}
#contact i{
	margin-right: 9px;
	font-size: 110%;
}
#contact .underspace{
	margin-bottom: 30px;
}
#contact .conTel{
	margin-bottom: 30px;
	font-size: 140%;
	font-weight: 900;
}
#contact .conTel a{
	color: #F66013;
}
#contact input {
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid #CCC;
	padding: 12px 12px;
	box-sizing: border-box;
}
#contact textarea {
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid #CCC;
	padding: 12px 12px;
	box-sizing: border-box;
	width: 100%;
}
#contact select {
	height: 40px;
}
#contact input, #contact select {
	vertical-align:middle;
}
#contact dl .boxW100 input,#contact dl .boxW100 textarea{
	width: 100%;
	box-sizing: border-box;
}
#contact dl .boxW30{
	width: 30%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#contact dl .box100{
	width: 100%;
	box-sizing: border-box;
}
#contact dl .boxW50 input{
	width: 49.5%;
	box-sizing: border-box;
}
#contact .must {
	display: inline-block;
	background-color: #C00;
	font-size: 10px;
	line-height: 1.5em;
	color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	margin: 0 0 0 10px;
	padding: 2px 5px;
	
}
#contact #image-btn{
	text-align: center;
}
#contact #image-btn input{
	width: 500px;
	margin: 0 auto;
	height: 70px;
	font-weight: 700;
	padding: 15px 0 13px;
	display: inline-block;
	background-color: #2F8811;
	color: #FFF;
	border: 2px solid #185B02;
	cursor: pointer;
	font-size: 22px;
}
#contact .underSpace{
	margin-bottom: 20px;
}
#contact .underSpace1{
	margin-bottom: 50px;
}
#contact iframe{
	margin: 15px 0 50px;
}
#contact .formBtn{
	margin-top: 1.5em;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#contact .formBtn input{
	display: inline-block;
	width: 240px;
	margin: 0 1em;
	background-color: #2F8811;
	color: #FFF;
	border: 2px solid #185B02;
	cursor: pointer;
}
#contact .textCenter{
	text-align: center;
	margin-bottom: 1em;
}
#contact .fText{
	text-align: center;
	margin-bottom: 2em;
	line-height: 2.0em;
}
@media screen and (max-width: 1200px){
	#contact{
		width: 86%;
	}
}
@media screen and (max-width:768px){
	#contact{
		margin: 0 auto 2.5em;
		width: 90%;
	}
	#contact dl{
		flex-flow: column nowrap;
		border-bottom: none;
	}
	#contact dl dt{
		width: 100%;
		padding: 2em 1em 0;
	}
	#contact dl dd{
		width: 100%;
		padding: 0 1em 2em;
	}
	#contact #image-btn input{
		width: 100%;
		font-size: 20px;
	}
	#contact dl .boxW30{
		width: 60%;
	}
	#contact dl .box100{
		width: 100%;
		box-sizing: border-box;
	}
	#contact dl .boxW50 input{
		width: 49.0%;
		box-sizing: border-box;
	}
	#contact .formBtn input{
		display: inline-block;
		margin: 0.3em 0;
	}
	#contact .textCenter{
		text-align: justify;
		margin-bottom: 1em;
	}
	#contact .fText{
		text-align: justify;
	}
}
/*サイトマップ*/
#sitemap{
	box-sizing: border-box;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
	width: 900px;
	margin: 0 auto 5em;
}
#sitemap h2{
	font-size: 1.4em;
	margin-top: 3em;
	margin-bottom: 1em;
	padding: 0 1% 10px;
	border-bottom: 1px solid #CCC; 
}
#sitemap h2:first-child{
	margin-top: 0px;
}
#sitemap ul{
	margin: 0 5%;
	display: flex;
	flex-wrap: wrap;
}
#sitemap ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;/*相対位置*/
	width: 33.333333%;
	box-sizing: border-box;
}
#sitemap ul li:before{
	font-family: FontAwesome;/*忘れずに*/
	content: "\f0da";
	position: absolute;/*絶対位置*/
	left: 0em;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	font-size: 1.2em;
}
#sitemap ul a{
	display: inline-block;
	width: 100%;
	padding-left: 13px;
	box-sizing: border-box;
}
#sitemap ul li:last-child{
	border-bottom: none;
}
@media screen and (max-width:768px){
	#sitemap{
		padding: 0 0 50px;
		width: 90%;
	}
	#sitemap h2{
		margin-top: 40px;
		margin-bottom: 15px;
		padding: 10px 1% 10px;
	}
	#sitemap ul{
		width: 100%;
		margin: 0 0 0;
	}
	#sitemap ul li{
		width: 100%;
		margin-left: 5%;
		box-sizing: border-box;
	}
}

/*not found*/
#error{
	box-sizing: border-box;
	padding: 0;
	width: 760px;
	margin: 0 auto 60px;
	text-align: justify;
}
#error .fontBig{
	font-size: 20px;
	font-weight: 700;
	margin-top: 30px;
}
@media screen and (max-width:768px){
#error{
	padding: 0 0;
	width: 90%;
	margin-bottom: 10px;
}
}

/* よくある質問 */
#faq{
	width: 900px;
	margin: 0 auto 5em;
}
#faq .accordion-container {
	position: relative;
	border-top: none;
	outline: 0;
	cursor: pointer;
}
#faq .accordion-container .article-title {
    display: block;
    position: relative;
    margin: 1em 0 0;
    padding: 16px 30px 16px 55px;
    font-size: 16px;
    font-weight: normal;
    color: #004898;
    background-color: #f9fafc;
    cursor: pointer;
    text-align: left;
    /*border-top: 3px solid #EDF2F8;*/
    background-image: url("../images/q.png");
    background-repeat: no-repeat;
    background-position: 15px 18px;
}

#faq .accordion-container .article-title:hover,
#faq .accordion-container .article-title:active,
#faq .accordion-container .content-entry.open .article-title {
}

#faq .accordion-container .article-title:hover i:before,
#faq .accordion-container .article-title:hover i:active,
#faq .accordion-container .content-entry.open i {
	color: #004898;
}

#faq .article-title{
	position: relative;
}

#faq .article-title:after {
	content: "";
	position: absolute;
	right: 18px;
	top: 38%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #004898;
	border-right: solid 2px #004898;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#faq .article-title.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
}

#faq .accordion-content {
	display: none;
	padding: 20px 20px 20px 55px;
	text-align: justify;
	border: 1px solid #FFF;
	background-color: #FFF;
	background-image: url("../images/a.png");
    background-repeat: no-repeat;
    background-position: 15px 22px;
}

/* CSS for CodePen */
#faq .accordion-container {
	width: 100%;
	margin: 1.875em auto;
}
@media screen and (max-width: 1200px){
	#faq{
		width: 94%;
		margin: 0 auto 5em;
	}
}
@media screen and (max-width:768px){
#faq{
	width: 90%;
	margin: 0 auto 2.5em;
}
#faq .topText{
	text-align: justify;
}
#faq .accordion-container .article-title {
	padding: 10px 30px 10px 55px;
	text-align: justify;
}
#faq .article-title:after {
	right: 10px;
}
}

/* english */
.englishBox1{
	width: 1000px;
	margin: 0 auto 6em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: justify;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.englishBox1 .inner{
	width: 47.0%;
}
.englishBox1 .inner figure{
	width: 100%;
}
.englishBox1 .inner figure img{
	display: block;
}
.englishBox1 .inner div{
	width: 100%;
}
.englishBox1 .inner div .title{
	font-weight: 700;
	font-size: 1.2em;
	margin: 0.6em 0 0.8em;
	line-height: 1.8em;
	border-bottom: 1px dashed #CCC;
}
@media screen and (max-width: 1200px){
	.englishBox1{
		width: 95%;
	}
}
@media screen and (max-width:768px){
	.englishBox1{
		width: 90%;
		margin: 0 auto 1em;
	}
	.englishBox1 .inner{
		width: 100%;
	}
	.englishBox1 .inner figure{
		width: 100%;
	}
	.englishBox1 .inner div{
		width: 100%;
		margin-bottom: 3em;
	}
}


