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

html { 	letter-spacing: 0.1em;}
body {
    background:none;
    color: #222 !important;
	font-family: "M PLUS 1p","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 113%;
}

p { line-height: 1.7 !important; }

.tC { text-align: center !important; }
.con_inner {
    width: 930px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}

.pc_view { }
.sp_view { display: none;}



/* -----------------------------
 * 文字　青
  -----------------------------*/
.text_b {
    color: #034a80;
    font-weight: bold;
}

/* -----------------------------
 * 文字　マーカー黄
  -----------------------------*/
.text_mark_y{
    background-color: #fffe88;
}
/* -----------------------------
 * 画像
  -----------------------------*/
.img_930 {
    width: 930px;
}




/* -----------------------------
 * key
  -----------------------------*/
header {
    background: url("img/bg_01_01.jpg") no-repeat top center;
    background-size: cover;
    padding: 20px;
}

header a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

header div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
	position: relative;
}
header div h1 { width: 264px; }
header div h1 img {width: 100%; }
header div p {
    width: 800px;
    font-size: 80%;
    align-self: center;
	margin-left: 20px;
}
header div a {
    width: fit-content;
	position: absolute;
	top:20px;
	right: 20px;
}

header article {
    width: 1300px;
    margin: 30px auto;
    text-align: center;
}

header article img {
    padding-bottom: 60px;
	width: 90%;
	margin: 0 auto;
}

header span {
    background-color: #fffd49;
    padding: 5px 10px;
    border: 1px solid #000;
    line-height: 2.3;
}

#sp_hash { display: none; }



/* -----------------------------
 * part02
  -----------------------------*/
.part02 {
    background: url("img/bg_02_03.png") no-repeat center bottom, url("img/bg_02_01.jpg") no-repeat top center;
    /*background-size: auto 271px, cover;*/
	background-size: 100%, cover;
}

.part02 h2 {
    padding: 30px;
    background-color: #034a80;
    font-size: 150%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative
}

.part02 p {
    font-weight: bold;
}

.part02 h2::after {
    content: '';
	display: inline-block;
	width: 38px;
	height: 25px;
    background: url(img/img_03_04.png) no-repeat; 
	background-size: contain;
	vertical-align: middle;
    position: absolute;
    top: 85px;
    left: 49%;
}

.part02 div {
    margin: 50px auto;
    background: url("img/bg_02_02.png") no-repeat center / cover;
    height: 480px;
}

.part02 div img {
    margin: 90px 0 40px 0;
}

.part02 div p {
    width: 740px;
    margin: 0 auto;
    text-align: left;
}

.part02_01 span {
    font-size: 140%;
}
.part02 article img {
    padding-bottom: 50px;
}
.part02 article p {
    font-size: 150%;
    color: #fff;
}
.part02 article span {
    color: #7edcf4;
    font-size: 140%;
}





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

body { font-size: 100%;}

.pc_view { display:none!important; }
.sp_view { display:inherit!important;}

.con_inner { width: 100%;}
.img_930 { width: 100%;}

#sp_hash {
	width: 100%;
	font-size: 60%;
	margin-left: 0px;}
	
header article { width: 100%;}
header article img { padding-bottom: 20px; width: 100%; }

header div { margin-bottom: 10px;}
header div h1{ margin: 20px auto; width: 60%; }
header div a {
	font-size: 75%;
	position: absolute;
	top:0px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#head_read {
	font-size: 80%;
	letter-spacing: -0.01em;
	line-height: 2 !important;
	margin: 20px 0;}

header span { line-height: 2.8;}


.part02 {
    background: url(img/bg_02_03.png) no-repeat center bottom, url(img/bg_02_01.jpg) no-repeat top center;
	background-size: 550%, cover;
}

.part02 div p {
    width: 85%;
    margin: 0 auto 30px;
    text-align: left;
	font-size: 85%;
}

.part02 h2 {
    padding: 30px;
    background-color: #034a80;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
	line-height: 1.4 !important;
}

.part02 h2::after {
    background: url(img/img_03_04.png) no-repeat; 
	top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.part02 div {
    background:#fff;
	background-size: 100%;
	border: 2px solid #034a80;
    height: 100%;
    width: 90%;
	margin: 50px auto;
}

.part02 div img {
    width: 90%;
	margin:20px auto;
}

.part02 p {
    font-weight: bold;
    font-size: 90%;
    width: 80%;
    margin: 0 auto;
	line-height: 1.5 !important;
}

.part02_01 span { font-size: 120%;}

.part02 article p {
    font-size: 110%;
    color: #fff;
}

.part02 article span {
    color: #7edcf4;
    font-size: 120%;
}


}



/* -----------------------------
 * part03
  -----------------------------*/
.part03 {
    background: url("img/bg_03_01.jpg") no-repeat;
    background-size: cover;
    color: #034a80;
    font-size: 150%;
    font-weight: bold;
    padding: 20px 0;
}
.part03 img {
    margin-top: 30px;
}
.part03 p {
    margin-top: 30px;
}
.part03 span {
    background-color: #fff;
    border: 1px solid #034a80;
    padding: 5px 12px;
    margin-right: 5px;
}




/* -----------------------------
 * part04
  -----------------------------*/
.part04 {
    padding-bottom: 40px;
}
.part04 h2 {
    background: url("img/bg_04_01.jpg") no-repeat bottom center;
    background-size: cover;
    text-align: center;
    padding: 31px 0 40px;
    margin-bottom: 40px;
}
.part04 h3 {
    font-size: 200%;
    border-bottom: 5px solid #efd10a;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.part04 p {
    text-align: left;
    padding-bottom: 40px;
}



/* -----------------------------
 * part05
  -----------------------------*/
.part05 h2 {
    background: url("img/bg_05_01.jpg") no-repeat bottom center;
    background-size: cover;
    text-align: center;
    padding: 0 0 40px;
    margin-bottom: 40px;
}
.part05 h3 {
    font-size: 200%;
    border-bottom: 5px solid #12b0d8;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.part05 p {
    text-align: left;
    padding-bottom: 40px;
}
.part05 img {
    padding-top: 30px;
}
.part05 div {
    background: url("img/bg_05_02.jpg") no-repeat center top;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    margin-top: -50px;
}
.part05 div p {
    border-top: 1px solid #fff;
    padding: 20px;
    margin-top: 30px;
}



/* -----------------------------
 * part06
  -----------------------------*/
.part06 {
	background: url("img/bg_02_03.png") no-repeat center bottom, url("img/bg_06_01.jpg") repeat;
	background-size: 100%, auto;}

.part06 h2 {
    background-color: #000;
    font-size: 200%;
    color: #fff;
    text-align: center;
    padding: 80px 0 60px 0;
}

.part06 h2 span { color:#f8ec58; }
#part06_head { position: relative;}

#part06_title {
    background-color: #fff;
    color: #000;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    display: block;
    width: 190px;
    height: 56px;
    border: 1px solid #000;
    position: absolute;
    left: 42%;
    top: -30px;
}

.part06 .con_inner  { padding: 40px 0 0; }
.part06 .con_inner p,
.part06 .con_inner div{ text-align: left; }
	
.img_table { width: 100%; margin: 40px 0; }

.part06 .con_inner div h3 {
	background: #fff;
	border: 1px solid #000;
	font-size: 130%;
	margin: 30px 0;
}

.part06 .con_inner div h3 img {
	vertical-align: middle;
	margin-right: 15px;
}

.part06 .con_inner div:last-of-type { margin-bottom: 20px; }
#part06_sokode img,
#part06_bottom img {
	display: block;
	width: fit-contents;
	margin: 0 auto;}

#part06_bottom img.sp_view {
	display:none !important;
}
	
#part06_bottom { padding: 100px 0 40px;}
#part06_sokode img { margin: 50px auto 0}




@media screen and (max-width: 900px) {
.part03 {
    background: url(img/bg_03_01.jpg) no-repeat;
    background-size: cover;
    color: #034a80;
    font-size: 120%;
    font-weight: bold;
    padding: 20px 0;
}

.part03 .con_inner { 
	width: 90%;
	margin: 0 auto;}

.part03 .con_inner img {  width: 100%;}

.part04 h2,
.part05 h2{
    padding:20px 0 54px;
    margin-bottom: 40px;
}

.part04 h2 img,
.part05 h2 img { width: 90%; margin: 0 auto; padding: 0; }

.part04 .con_inner,
.part05 .con_inner{
	width: 89%;
	margin: 0 auto;
	font-size: 90%;
	line-height: 1.5 !important;
}

.part04 .con_inner img,
.part05 .con_inner img { width: 100%;}

.part05 div img { width: 90%; margin: 0 auto;}
.part05 div p { margin-top: 30px !important; font-size: 90%; }

.tsumari {
	width: 30%;
	margin: 0 auto;
}

#part06_title {
    font-size: 120%;
    height:44px;
    position: absolute;
	top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.part06 h2 {
    font-size: 130%;
	line-height: 1.4 !important;
    padding: 50px 0 30px 0;
}

.part06 .con_inner p,
.part06 .con_inner div {
   font-size: 90%;
   width: 90%;
   margin: 0 auto;
}

.img_table { 
	width: 90%;
	margin: 20px auto;
}

.part06 .con_inner div h3 {
    font-size: 100%;
    margin: 15px 0;
    text-align: center;
    padding: 8px;
	line-height: 1.3 !important;
}

.part06 .con_inner div h3 img {
    width: 47px;
    display: block;
    margin: 5px auto;
}

.part06 {
	background: url("img/bg_02_03.png") no-repeat center bottom, url("img/bg_06_01.jpg") repeat;
	background-size: 550%, cover;
}

#part06_bottom img { width: 90%; margin: 0 auto;}

#part06_bottom img.pc_view {
	display:none !important;
}
#part06_bottom img.sp_view {
	display:inherit !important;
}

}



/* -----------------------------
 * part07
  -----------------------------*/
#part07 {
	background:#d2f0f8;
	padding: 50px 0 100px;
}

#part07_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

#part07_list div:nth-child(1) { width: 30%;}
#part07_list div:nth-child(1) img { width: 100%;}
#part07_list div:nth-child(2){
	width: 65%;
	text-align: left;
	}  
  
#part07_list div ol {
	/*要素の連番（カウンタ）の値をリセット*/
	counter-reset: li;
}

#part07_list div ol li {
	position: relative;
	font-size: 20px;
	padding: 20px 20px 20px 30px;
	margin: 0 0 10px;
	list-style: none;
	border-bottom: 1px solid #000;
	font-size: 160%;
}

#part07_list div ol li:before{
	position: absolute;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-weight: bold;
	color: #000;
	/*要素の連番（カウンタ）の値を進める*/
	counter-increment: li;
	/*自動連番を付ける関数*/
	content: counter(li);
}

#part07_comment {
	background: url("img/bg_07_01.png") no-repeat left center;
	background-size: contain;
	padding: 70px 110px 70px 80px;
	text-align: left;
	font-size: 90%;
}

#part07_comment p { margin-bottom: 15px; }

#part07_note {
	text-align: left;
	font-size: 90%;
	margin: 30px 0;
}

.bnr_ekamo {
	background: #fff;
	transition : all 0.5s ease 0s;
	vertical-align: sub !important;
	display: block;
	margin-top: 70px;
	}

.bnr_ekamo img {
	width: 100%;
	vertical-align: bottom;
	margin-top: -30px;
}
	
.bnr_ekamo:hover { opacity: 0.7; transform: translate(0, 10px); }






/* -----------------------------
 * part08
  -----------------------------*/
#part08 {
	background:url("img/img_08_01.png") no-repeat;
	background-size:100%;
	padding: 120px 0 60px;
}

#part08 article {
	text-align: left;
	margin: 40px 0;
}

#part08 article h2 {
	position: relative;
	padding: 20px;
	font-size: 170%;
	margin: 40px 0 20px;
}

#part08 article h2 span { font-size: 70%; }

#part08 article h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: repeating-linear-gradient(-45deg, #b7b7b7, #b7b7b7 1px, white 1px, white 6px);
}

.col2_img img {  width: 49.3%; margin: 30px 0; }

#part08_pattern1,
#part08_pattern2{ 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 30px 40px;
	margin: 10px 0;
	border: 1px solid #000;
}

#part08_pattern1 h3,
#part08_pattern2 h3{ 
	width: 25%;
	font-size: 150%;
	font-weight: bold;
}

#part08_pattern1 p,
#part08_pattern2 p{ width: 70%;}

#part08_pattern1 { background: #dbf3f9;}
#part08_pattern2 { background: #a6e5f5;}

#part08_list li {
	list-style: none;
	color: #034a80;
	padding: 8px;
	font-size: 110%;
	font-weight: bold;
}

#part08_list li:before { content: "■";}


@media screen and (max-width: 900px) {
#part07 {
	background:#d2f0f8;
	padding: 20px 0 0;
}

#part07_list div:nth-child(1) { display: none; }
#part07_list div:nth-child(2){
	width:90%;
	margin: 0 auto;
	text-align: left;
	}  
	
#part07_list div ol li {
    position: relative;
    font-size: 20px;
    padding: 15px 15px 15px 26px;
    margin: 0 0 0px;
    list-style: none;
    border-bottom: 1px solid #000;
    font-size: 116%;
}

#part07_comment {
    background: #fff;
    background-size: contain;
    padding:20px;
	width: 80%;
	margin: 0 auto;
    text-align: left;
    font-size: 90%;
}

#part07_note {
	font-size: 70%;
	width: 90%;
	margin: 20px auto;
}

.bnr_ekamo {
	width: 90%;
	margin: 20px auto;
}

.bnr_ekamo img {
	width: 100%;
	vertical-align: bottom;
	margin-top: 0;
}

#part08 {
    background: url(img/img_08_01.png) no-repeat;
    background-size: 150%;
    padding:70px 0 60px;
    background-position: 50% 0;
}

#part08  h2 img { width: 90%; margin: 0 auto; }

#part08 article h2 {
    position: relative;
    padding: 20px 10px;
    font-size: 130%;
    margin: 40px 0 20px;
}

#part08 article p {
	width: 90%;
	margin: 0 auto;
	font-size: 90%;
	line-height: 1.5!important;
}

.col2_img{
	width: 90%;
    margin: 20px auto;
}

.col2_img img {
    width: 100%;
    margin: 20px auto;
}

#part08_pattern1,
#part08_pattern2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 20px 20px;
    margin: 10px auto;
    border: 1px solid #000;
	width: 80%;
}

#part08_pattern1 h3,
#part08_pattern2 h3 {
    width: 100%;
    font-size: 120%;
    font-weight: bold;
	margin-bottom: 10px;
}

#part08_pattern1 p,
#part08_pattern2 p {
	width: 100% !important;
    margin: 0 auto;
    font-size: 85% !important;
    line-height: 1.2!important;
}

}


/* -----------------------------
 * part09
  -----------------------------*/
#part09 {
	background:url("img/bg_08_01.jpg") repeat;
	padding: 120px 0 60px;
	position: relative;
}

#part09_title {
	position: absolute;
	top:-50px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#part09 article h3 {
	color: #034a80;
	font-size: 200%;
	font-weight: bold;
	border-bottom: 1px solid #034a80;
	position: relative;
	text-align: left;
	padding-bottom: 20px;
	margin: 40px 20px;
}

#part09 article h3::before {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
	bottom: 0;
	border-top: 3px solid #034a80;
	border-bottom: 1px solid #034a80;
}

#part09 article h3 img {
	vertical-align: middle;
	margin-right: 20px;}

.part09_inner { 
	width: 800px;
    margin: 0 auto;
	text-align: left;
}

.part09_table,
.part09_table2{ margin: 30px 0; width: 100%;}
.part09_table tr { border-bottom: 3px solid #bbedfa; }
.part09_table2 tr { border-bottom: 3px solid #fff; }

.part09_table th,
.part09_table2 th{
	background-color: rgba(18, 176, 216, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 9px, rgba(16, 159, 196, 1) 9px, rgba(16, 159, 196, 1) 10px );
	background-size: auto auto;
	padding: 20px;
	color: #fff;
	text-align: center;
	border: transparent 2px solid;
	width: 30% !important;
	font-size: 130%;
}

.part09_table td,
.part09_table2 td {
	width: 65%;
	padding: 20px;
	text-align: left;
	border: transparent 2px solid;
	background: #fff; 
}

.part09_bg { 
	background: url("img/bg_09.png") no-repeat;
	background-size: 100% 100%;
	padding: 50px 80px 80px 70px;
	margin-bottom: 50px;
	}

.part09_bg h4 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	color: #034a80;	
	margin-bottom: 30px;
}

.part09_bg h4#p9h4 { margin-top: 100px !important; }
.part09_bg img { width: 100%; }


@media screen and (max-width: 900px) {
#part09 {
    background: url(img/bg_08_01.jpg) repeat;
    padding: 70px 0 60px;
    position: relative;
}

#part09_title {
    position: absolute;
    top: -38px;
    left: 50%;
    width: 90%;
}

.part09_img { width: 90%; margin: 0 auto; }

#part09 article h3 img {
    vertical-align: middle;
    margin-right: auto;
    display: block;
    margin-left: auto;
	width: 25%;
	margin-bottom: 10px;
}

#part09 article h3 {
    color: #034a80;
    font-size:130%;
    font-weight: bold;
    border-bottom: 1px solid #034a80;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin: 40px 20px;
}

.part09_inner {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

#part09 article p { 
	font-size: 90%; }

.part09_bg {
    background: url(img/bg_09.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 40px 50px 20px;
    margin-bottom: 50px;
}

.part09_table th,
.part09_table2 th,
.part09_table td,
.part09_table2 td {
	display: block;
	width: 85% !important;
}

.part09_bg h4#p9h4 {
    margin-top: 30px !important;
}


}

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

footer { background: #034a80;}
#foot_read {
	color: #fff;
	font-size:130%;
	line-height:1.4 !important;
	font-weight: bold;
	margin: 20px 0;
}

footer article {
	width: 900px;
	margin:30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
}

footer article div {
	text-align: left;
	position: relative;
	padding-left: 100px;
	color: #fff;
	 width: 40%;
}
	
footer article div:before {
	position: absolute;
	top: -50px;
	left: -50px;
	content: '';
	display: block;
	width: 114px;
	height: 163px;
	background:url("img/img_10_02.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

footer article div p{ margin: 0; line-height: 1.4 !important; }
footer article div p:nth-child(1) { font-size: 130%; }
footer article div p:nth-child(2) {
	background: url("img/icon_10_01.png") no-repeat;
	background-size: 33px 30px;
	background-position:0 50%;
	padding-left:50px;
	font-size:180%;
	font-weight: bold;
	}
footer article div p:nth-child(3) { font-size: 80%; }

footer article a.contact_btn {
	background:url("img/icon_10_02.png"), url("img/icon_10_03.png")  #12b0d8 ;
	background-position: 6% 50%, 95% 50%;
	background-repeat: no-repeat, no-repeat;
	width: 40%;
	 display: block;
	 padding: 35px 30px;
	 border-radius: 10px;
	 color: #fff !important;
	 font-size:120%;
	 font-weight: bold;
	 text-decoration: none;
}

footer article a.contact_btn:hover {
	opacity: 0.7;
	transition : all 0.5s ease 0s;
}

#footer_inner {
	padding: 40px;
	text-align: center;
}
  
#footer_copy {
	background: #fff;
	padding: 20px;
	text-align: center;
	font-size: 80%;
}



@media screen and (max-width: 900px) {
footer article {
	width:100%;
}

footer article div {
	text-align: center;
	position: relative;
	padding-left: 0px;
	color: #fff;
	 width: 80%;
	 margin: 40px auto;
}

footer article div:before {
   display: none;
}

#foot_read {
    color: #fff;
    font-size: 100%;
    line-height: 1.4 !important;
    font-weight: bold;
    margin: 20px 0 0;
}

footer article div p:nth-child(2) {
    background: url(img/icon_10_01.png) no-repeat;
    background-size: 33px 30px;
    background-position: 0 50%;
    padding-left: 30px;
    font-size: 130%;
    font-weight: bold;
	margin: 10px 0; 
}

footer article a { color: #fff !important; text-decoration: none;}
footer article a.contact_btn {
	background:url("img/icon_10_02.png") #12b0d8 ;
	background-position: 6% 50%;
	background-repeat: no-repeat;
	width: 100%;
	 display: block;
	 padding: 25px 20px 25px 40px;
	 border-radius: 10px;
	 color: #fff !important;
	 font-size:120%;
	 font-weight: bold;
	 text-decoration: none;
	 background-size: 25px;

}


}