@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* body
-------------------------------------------------- */
body{
	width: 100%;
	background-color: #F3F5F6;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

a{
	color: #fff;
	text-decoration: none;

}

h1{
	font-size: 1.5em;
	font-weight: 550;
	color: #4D4D4D;
}

p{
	font-size: 0.9em;
	line-height: 25px;
}

/*共通横幅指定*/
div.common{
	margin: 0 auto;
	max-width: 700px;
	background-color: #fff;
}

/* header
-------------------------------------------------- */

header{
	margin: 0 auto;
	width: 100%;
}

div.support {
	background-color: black;
}

div.support p{
	margin: 0 auto;
	max-width: 700px;
	color: #fff;
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
}

header a:hover{
	text-decoration: underline;
}

div.fa-fw{
	padding-right: 0.5em;
}

div.parent {
	display: flex;
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}

div.parent > div.col-1 img{
	display: block;
	width: 90%;
	margin-left: 10px;
}

div.parent > div.col-2 img{
	display: block;
	width: 90%;
	margin-left: auto;
}

/* ナビゲーション
-------------------------------------------------- */
ul.nav {
	margin: 0 auto;
	max-width: 700px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #EFEFEF;
}

ul.nav li{
	padding: 10px 0;
	text-align: center;
	line-height: 20px;
	font-size: 0.8rem;
	font-weight: bold;
	width: 25%;
	border-right: 1px #4D4D4D solid;
}

ul.nav li:last-child{
	border:none;
}

ul.nav li a{
	color: #4D4D4D;
}

ul.nav li a:hover{
	text-decoration: underline;
}

/* footer
-------------------------------------------------- */

footer{
	margin: 0 auto;
	width: 100%;
}

div.footermain{
	background-color: #535353;
}

div.footermain_secondary{
	color: #fff;
	margin: 0 auto;
	max-width: 700px;
	padding: 30px 0;
	display: flex;
	justify-content: space-around;
}


div.footermain_secondary > div.footerbasic p{
	font-weight: bold;
	color: #28a343;
}


div.footermain_secondary > div.footerbasic ul li{
	line-height: 30px;
	font-size: 0.8rem;
}

div.footermain_secondary > div.footerbasic ul li a:hover{
	text-decoration: underline;
}


/* Mobile
--------------------------------------------------*/

@media screen and (max-width: 700px) {
	div.footermain,ul.pagelink{
		-webkit-flex-direction: column;
		flex-direction: column;
	}

}

@media (max-width: 500px) {

	ul.nav li{
		padding: 5px 0;
		line-height: 20px;
		font-size: 0.6em;
	}


}

/* faqlink
-------------------------------------------------- */

div.faqlink {
	margin: 0 auto;
	max-width: 700px;
	padding-top: 30px;
	margin-bottom: 30px;
}

div.faqlink ul{
	margin: 0 auto;
	max-width: 95%;
}

div.faqlink ul li{
	line-height: 25px;
}

div.faqlink ul li a{
	color: #3175a8;
}

div.faqlink ul li a:hover{
	text-decoration: underline;
}


/* div.lead
-------------------------------------------------- */

div.lead{
	margin: 0 auto;
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}

div.lead p{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.lead a{
	color: #3175a8;
}

div.lead a:hover{
	text-decoration: underline;

}

div.lead > div.leadcontent{
	flex-basis: 330px;
	margin: 10px ;
	border-radius: 5px;
	background: #F5F0CF;
}

div.lead > div.leadcontent h4{
	background-color: #28a343;
	border-radius: 5px 5px 0 0;
	padding: 20px;
	color: #fff;
	text-align: center;
}

div.lead > div.leadcontent > div.sub{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin: 20px 20px 10px;
}

span.color-r{
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: red;
}

div.lead > div.leadcontent > div.subtext{
	padding: 15px;
}


div.lead > div.leadcontent > div.subtext a{
	color: #3175a8;
	font-weight: bold;
}

div.lead > div.leadcontent > div.subtext a:hover{
	text-decoration: underline;
}



div.lead > div.leadcontent > div.sub2{
	font-size: 1.3em;
	font-weight: bold;
	color: #28a343;
}

/* Mobile */
@media screen and (max-width: 700px) {
	div.lead{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

/* index.html(title)
-------------------------------------------------- */
div.title{
	margin: 0 auto;
	max-width: 95%;
	padding-top: 10px ;
}

div.title p{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* pankuzu
-------------------------------------------------- */

div.pankuzu{
	margin: 0 0 8px;
	font-size: 0.8rem;
/*		background-color: aqua;*/
}

div.pankuzu i{
	padding: 0 5px;
}

div.pankuzu a{
	color: #3175a8;
}

div.pankuzu a:hover{
	text-decoration: underline;
}

.howtolink {
	display: flex;
	justify-content: space-around;
	align-items: center;
	/*	background-color: #EFEFEF;*/
}

/* howtolink
-------------------------------------------------- */

div.howtolink{
/*	background-color: red;*/
	margin-top: 20px;
	margin-bottom: 20px;
}

div.howtolink p{
	padding: 10px 0;
	text-align: center;
	line-height: 20px;
	font-size: 0.8rem;
	font-weight: bold;
	background-color: red;
	padding: 1em;
	color: #6091d3;/*文字色*/
	background: #fcf9f7;
	border: solid 2px #6091d3;/*線*/
	border-radius: 10px;/*角の丸み*/
}

.howtolink a{
	text-decoration: none;
	margin: 10px;
}

/* content
-------------------------------------------------- */

div.content {
	margin: 0 auto;
	max-width: 700px;
}

div.content  h2{
	background-color:#E3E3E3;
	padding: 10px 0;
	padding:.6em;
	font-size: 1em;
	font-weight: 550;
	color: #4D4D4D;
	margin: 0 auto;
}

div.content  h3{
	background-color:#E3E3E3;
	padding: 10px 0;
	border-left:8px solid #28a343;
	padding:.6em;
	font-size: 1em;
	font-weight: 550;
	color: #4D4D4D;
	margin: 0 auto;
}

div.content p,div.content ul{
	max-width: 95%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.content ul li{
	line-height: 20px;
	font-size: 1em;
}

div.content ul li a{
	color: #3175a8;
}

div.content ul li a:hover{
	text-decoration: underline;

}

div.content span.color-y{
	display: block;
	background-color:rgba(249,235,33,0.5);
	margin: 0 auto;
	max-width: 90%;

}

div.content span.color-y p{
	padding:5px 0px;	
	font-size: 1em;
	font-weight: 550;
	color: #f4901e;
}

div.content .img20{
	display: block;
	margin: 0 auto;
	max-width: 95%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.font-red{
	color: red;
	font-weight: bold;
	max-width: 95%;
}


/* スペース
-------------------------------------------------- */

.mr10{
	margin: 10px;
}

.mr20{
	margin: 20px;
}

.mr30{
	margin: 30px;
}

.mr40{
	margin: 40px;
}

/* simulatorlink
-------------------------------------------------- */

div.simulatorlink{
/*	background-color: red;*/
	padding: 20px;
}

div.simulatorlink p{
	background-color: #ee5a24; 
	color: #fff;
	text-align: center;
	border-radius: 8px;
	padding: 10px;
	max-width: 80%;
}















