@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/


body {
    font-size: 14px;
    color: #33333;
    font-family: 'M PLUS 2', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #333333;
    background-color: #FFFFFF;
    color: #333333;
}

.inner {
	position:relative;
	width:100%;
	margin:0 auto;
}

header {
    z-index: 2;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 5px;
    background-color: #FFFFFF;
	border-top: 1px solid #171c64;
	}

nav {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

#contents {
    overflow: hidden;
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
}

footer {
	box-sizing: border-box;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}
a.anchor{
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}

h1 {
    color: #FFFFFF;
    background-color: #171c64;
    font-size: 32px;
    text-align: center;
	padding-left: 14px;
    padding-top: 17px;
    padding-bottom: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
}
h2 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 1.3em;
    color: #000000;
}
h3 {
    margin-top: 0px;
	margin-bottom: 7px;
	font-size: 24px;
    text-align: left;
    font-weight: 600;
	line-height: 1.3em;
	color:#171c64;
	border-bottom: 3px solid #171c64;
}
h4 {
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    line-height: 1.3em;
    color: #000000;
}
h5 {
    color: #171c64;
    background-color: #d8d9e5;
    font-size: 18px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 8px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}

p {
	margin:0 0 0.8em 0;
	font-size: 16px;
    text-align: left;
    font-weight: 300;
	line-height: 1.5em;
	color:#333333;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#000000;
	font-size: 1.1em;
}

pre {
	margin:1em 0;
	padding:1em;
}


ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

table {
    width: 98%;
    margin-bottom: 1em;
    border-collapse: collapse;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-left: 0;
    margin-right: auto;
	margin-top: 5px;
}
th {
	padding:8px;
	text-align:right;
	vertical-align:middle;
	border-top:1px solid #ddd;
	border-rigth:1px solid #ddd;
	background:#f2f2f2;
	vertical-align:top;
}
td {
	padding:8px;
	text-align:left;
	border-top:1px solid #ddd;
	
}
.space00 {
	clear: both;
	height: 1px;
}
.space-1 {
	clear: both;
	height: 1px;
}
.space05 {
	clear: both;
	height: 5px;
}
.space10 {
	clear: both;
	height: 10px;
}
.space20 {
	clear: both;
	height: 20px;
}
.space30 {
	clear: both;
	height: 30px;
}
.info-01 {
   clear: both;
    width: 100%;
	margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 400;
    font-size: 20px;
	line-height: 1.5em;
}
.info-02 {
   clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-weight: 400;
    font-size: 18px;
	line-height: 1.7em;
}
.info-03 {
    clear: both;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
	margin-bottom: 20px;
}
.info-04 {
    clear: both;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
	margin-bottom: 20px;
}
.info-05 {
    clear: both;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
	margin-bottom: 20px;
}
.info-06 {
    clear: both;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
	margin-bottom: 20px;
}
.info-07 {
    clear: both;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
	margin-bottom: 10px;
}
.info-08 {
    clear: both;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
	margin-bottom: 20px;
}
.block-01 {
    float: left;
    width: 300px;
    margin-right: 50px;
    margin-left: 0px;
    margin-top: 30px;
	margin-bottom: 10px;
}
.block-02 {
    float: left;
    width: 300px;
    margin-right: 50px;
    margin-left: 0px;
    margin-top: 30px;
	margin-bottom: 10px;
}
.block-03 {
   float: left;
    width: 300px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 30px;
	margin-bottom: 10px;
}
.block-04 {
    float: left;
    width: 300px;
    margin-right: 50px;
    margin-left: 150px;
    margin-top: 30px;
	margin-bottom: 10px;
}
.block-05 {
    float: left;
    width: 300px;
    margin-right: 50px;
    margin-left: 0px;
    margin-top: 30px;
	margin-bottom: 10px;
}
.block-06 {
     float: left;
    width: 300px;
    margin-right: 50px;
    margin-left: 0px;
    margin-top: 30px;
	margin-bottom: 10px;
}
.block-07 {
    float: left;
    width: 300px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 30px;
	margin-bottom: 10px;
}

.text-90 {
    font-size: 0.8em;
}
.photo-main {
    float: left;
    width: 544px;
    margin-right: 19px;
}
.photo-01 {
    float: left;
    width: 209px;
    margin-right: 19px;
	margin-bottom: 19px;
}
.photo-02 {
    float: left;
    width: 209px;
	margin-bottom: 19px;
}
.photo-03 {
    float: left;
    width: 209px;
    margin-right: 19px;
	margin-bottom: 19px;
}
.photo-04 {
    float: left;
    width: 209px;
	margin-bottom: 19px;
}
.photo-05 {
   float: left;
    width: 209px;
    margin-right: 19px;
	margin-bottom: 19px;
}
.photo-06 {
    float: left;
    width: 209px;
	margin-bottom: 19px;
}



/*================================================
 *  ヘッダー
 ================================================*/
header {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
}

.summary {
    width: 285px;
    margin-right: auto;
    margin-left: 5px;
}
.summary1 {
    width: 461px;
    margin-right: auto;
    margin-left: 20px;
	padding-bottom: 5px;
}

/*================================================
 *  送信ボタン
 ================================================*/
.wl{
    display: block;
    width: 97%;
    padding: 8px;
    background: #ffffff;
    margin: 0.5em 0;
    font-size:16px;
}
.ws{
    display: block;
    width: 97%;
    padding: 8px;
    background: #ffffff;
    margin: 0.5em 0;
    font-size:16px;
}
.btn-square-pop {
    display: block;
    width: 250px;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #000000;
    font-size: 21px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-square-pop:hover {
  background-color: #666666;
}
.essential {
    font-size: 0.8em;
    color: #C60003;
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:15px;
	padding:2px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
    clear: both;
}

.copyright {
	clear:both;
	padding:15px 0;
	text-align:center;
	background:#171c64;
}
.conte01 {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    width: 100%;
    opacity: 0.7;
    color: #FFFFFF;
    font-size: 16px;
}
.conte02 {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -5px;
    width: 100%;
    opacity: 0.7;
    color: #FFFFFF;
	font-size: 14px;
	line-height: 1.4em;
}



/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	width: 40px;
}
.totop img:hover {
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}
		body {
	font-size:14px;
}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.lock {
		overflow:hidden;
	}

	body {
	font-size:14px;
	line-height: 1.3em;
}

	
	header {
    z-index: 2;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 13px;
    background-color: #FFFFFF;
	}

	footer {
	box-sizing: border-box;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}
	
.summary {
    width: 200px;
    margin-right: auto;
    margin-left: 5px;
}
.summary1 {
    width: 80%;
    margin-top: 5px;
	margin-right: auto;
    margin-left: 0px;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
	font-size: 12px;
}	

th,td{
  display: block;
  width: 93%;
	
}
	/* ↓装飾 */
tr{
    text-align: left;
}
th{
  text-align: left;
}
		

#contents {
    overflow: hidden;
    width:98%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

	#topicpath {
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 0px;
	padding: 2px;
}


h1 {
    color: #FFFFFF;
    background-color: #171c64;
    font-size: 24px;
    text-align: center;
	padding-left: 14px;
    padding-top: 9px;
    padding-bottom: 10px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
}
h2 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    line-height: 1.3em;
    color: #000000;
}
h3 {
    margin-top: 0px;
	margin-bottom: 7px;
	font-size: 21px;
    text-align: left;
    font-weight: 600;
	line-height: 1.3em;
	color:#171c64;
	border-bottom: 3px solid #171c64;
}
h4 {
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    line-height: 1.3em;
    color: #000000;
}
h5 {
    color: #171c64;
    background-color: #d8d9e5;
    font-size: 15px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 6px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}

p {
	margin:0 0 0.8em 0;
	font-size: 14px;
    text-align: left;
    font-weight: 300;
	line-height: 1.5em;
	color:#333333;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#000000;
	font-size: 1.1em;
}

pre {
	margin:1em 0;
	padding:1em;
}


ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-left: 0;
    margin-right: auto;
	margin-top: 5px;
}
th {
	padding:6px;
	text-align:left;
	vertical-align:middle;
	border-top:1px solid #ddd;
	border-rigth:1px solid #ddd;
	background:#f2f2f2;
	vertical-align:top;
}
td {
	padding:6px;
	text-align:left;
	border-top:1px solid #ddd;
	
}
.space00 {
	clear: both;
	height: 1px;
}
.space05 {
	clear: both;
	height: 5px;
}
.space10 {
	clear: both;
	height: 10px;
}
.space20 {
	clear: both;
	height: 20px;
}
.space30 {
	clear: both;
	height: 30px;
}
.info-01 {
   clear: both;
    width: 100%;
	margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 400;
    font-size: 16px;
	line-height: 1.5em;
}
.info-02 {
   clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-weight: 400;
    font-size: 14px;
	line-height: 1.7em;
}
.info-03 {
    clear: both;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
	margin-bottom: 20px;
}
.info-04 {
    clear: both;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
	margin-bottom: 20px;
}
.info-05 {
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
	margin-bottom: 20px;
}
.info-06 {
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
	margin-bottom: 20px;
}
.block-01 {
    clear: both;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    margin-top: 20px;
	margin-bottom: 10px;
}
.block-02 {
    clear: both;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    margin-top: 20px;
	margin-bottom: 10px;
}
.block-03 {
   clear: both;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    margin-top: 20px;
	margin-bottom: 10px;
}
.block-04 {
    clear: both;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    margin-top: 20px;
	margin-bottom: 10px;
}
.block-05 {
    clear: both;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    margin-top: 20px;
	margin-bottom: 10px;
}
.block-06 {
    clear: both;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    margin-top: 20px;
	margin-bottom: 10px;
}
.block-07 {
    clear: both;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    margin-top: 20px;
	margin-bottom: 10px;
}

.text-90 {
    font-size: 0.8em;
}
.photo-main {
    clear: both;
    width: 96%;
    margin-right: 0%;
    margin-left: 0%;
	margin-bottom: 4%;
}
.photo-01 {
    float: left;
    width: 46%;
    margin-right: 4%;
	margin-bottom: 4%;
}
.photo-02 {
    float: left;
    width: 46%;
	margin-bottom: 4%;
}
.photo-03 {
    float: left;
    width: 46%;
    margin-right: 4%;
	margin-bottom: 4%;
}
.photo-04 {
    float: left;
    width: 46%;
	margin-bottom: 4%;
}
.photo-05 {
   float: left;
    width: 46%;
    margin-right: 4%;
	margin-bottom: 4%;
}
.photo-06 {
    float: left;
    width: 46%;
	margin-bottom: 4%;
}
	
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
	
#topicpath {
	font-size:10px;
	margin-bottom:15px;
	padding:2px;
}


	
/*================================================
 *  フッター
 ================================================*/	

.copyright {
	clear:both;
	padding:15px 0;
	text-align:center;
	background:#171c64;
}
.conte01 {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    width: 100%;
    opacity: 0.7;
    color: #FFFFFF;
    font-size: 14px;
}
.conte02 {
    clear: both;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -5px;
    width: 100%;
    opacity: 0.7;
    color: #FFFFFF;
	font-size: 12px;
	line-height: 1.4em;
}
	
}
