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




/* 560px〜959px：タブレット
------------------------------------- */
@media screen and (min-width:560px) and (max-width:959px) {
	
/*container
****************************/
#heder_container1{
	width:100%;
	background-color:white;
	height:100px;
	padding-top:40px;
	padding-bottom:10px;
}
#heder_container2{
	width:85%;
	margin:0 auto;
	display:table;
	height:100px;
}
#heder_container2 h1{
	display:table-cell;
	vertical-align:bottom;
	height:100px;
}
#heder_container2 p{
	display:table-cell;
	text-align:right;
	vertical-align:bottom;
	height:100px;
}


/*title_container
*****************************/
#title_container{
	width:100%;
}
#title_container1{
	width:100%;
	background-color:#00779c;
}
#title_container h2{
	width:90%;
	margin:0 auto;
	color:white;
	height:auto;
	font-size:34px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align:center;
	line-height:42px;
	padding:20px 0 28px 0;
}
#title_container h5{
	width:90%;
	margin:0 auto;
	color:white;
	height:auto;
	font-size:23px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align:center;
	line-height:28px;
	padding-top:28px;
}

#title_container2{
	width:100%;
	background-color:#ebe9e6;
	padding-top:26px;
}
#title_container3{
	width:80%;
	margin:0 auto;
	display:table;
}

#title_container4{
	width:100%;
	background-color:#ebe9e6;
	padding-top:14px;
	padding-bottom:28px;
}
#title_container4 p{
	width:80%;
	margin:0 auto;
	font-size:16px;
	line-height:24px;
}


/*container2
****************************/
#container2{
	width:100%;
	margin:0 auto;
	padding-top:0px;
}


/*ナビゲーション
****************************/
.menu-container-pc{
	display:none;
}
#menu_btn{
	display:block;
}
#menu_btn{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:500;
	font-size: 16px;
	padding: 10px 10px 6px 10px;
	background-color:#fff;
	width: 60px;
	text-align: center;
	border-radius:3px;
	cursor:pointer;
	z-index:10;
	position:absolute;
	top:50px;
	right:50px;
}
#menu_btn:hover{
	background-color:#414548;
	color:#fff;
	transition:0.8s;
}
#menu_btn.fixed{
	position:fixed;
	top:50px;
	right:50px;
}
.menu-container-sp{
	position: fixed;
	top: 50%;
	left: 50%;
	 transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
    height: auto;
    width: 70%;
    z-index: 100;
}
.menu-container-sp ul{
	width: 100%;
}
.menu-container-sp ul li{
	display:block;
	height:60px;
	border-bottom:1px solid #D0D1D2;
	margin-bottom:30px;
}
.menu-container-sp ul li:last-child{
	padding-bottom:0;
}
.menu-container-sp ul li a{
	display:block;
	font-size:20px;
	color:#414548;
	height:60px;
	line-height:60px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.menu-container-sp ul li img{
	width:40px;
	vertical-align:-6px;
}
.menu-container-sp ul li span{
	vertical-align:6px;
}

#modal-overlay {
  background-color:#F4F5F6;
  display: none;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  cursor:pointer;
}
#left{
	width:70%;
	height: 120%;
	background-color:#F4F5F6;
	float:left;
}
#right{
	width:30%;
	height: 120%;
	background-color:#fff;
	float:right;
	position:relative;
}
#close{
	position:absolute;
	top:57px;
	right:68px;
	font-size:16px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:500;
	cursor:pointer;
}



/*#article_container
****************************/
#article_container{
	width:85%;
	margin:0 auto;
	background-color:white;
	padding-top:20px;
}
/*
ページトップに戻る
********************/
#article_container .pagetop{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:400;
	font-size:25px;
	text-align:center;
	color:#414548;
	width:60%;
	height:60px;
	line-height:60px;
	border:1px solid #414548;
	border-radius:10px;
	display:block;
	margin:0 auto;
	margin-top:80px;
}
#article_container .pagetop:hover{
	color:white;
	background-color:#414548;
	transition: 0.5s;
}




/*#article_container2
****************************/
#article_container2{
	width:100%;
	margin:0 auto;
}


/*もくじ
***********/
#contents_pc{
	display:none;
}
#contents_sp{
	display:block;
	width:90%;
	margin:0 auto;
}
#contents_sp p{
	font-size:18px;
	font-weight:400;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-bottom:20px;
	color:#ff6666;
}
#contents_sp ul{
	font-size:18px;
	line-height:22px;
	font-weight:300;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#contents_sp ul li{
	margin-bottom:16px;
	text-indent:-36px;
	padding-left:36px;
}
#contents_sp ul li a{
	text-decoration:underline;
	color:#38383A;
}
#contents_sp ul li a:hover{
	color:#ff6666;
	transition:0.8s;
}
#contents_sp ul li:last-child{
	margin-bottom:0px;
}
#hajimeni,#contents_1,#contents_2,#contents_3,#contents_4,#contents_5,#contents_6,#contents_7,#owarini{
	display:none;
}



/*本文
***********/
#article_box2{
	width:90%;
	margin:0 auto;
}
#article_container2 #article_box2{
	margin-top:20px;
}
#article_container2 #article_box2 p{
	font-size:18px;
	line-height:38px;
}
#article_container2 #article_box2 h3{
	background-color:#fa3e67;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#ffffff;
	font-size:30px;
	line-height:38px;
	text-align: center;
	font-weight:bold;
	border-radius: 30px;
	vertical-align:middle;
	padding:2px 10px;
	line-height:2;
	margin:36px 0 36px 0;
}
#article_container2 #article_box2 h4{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:24px;
	line-height:34px;
	font-weight:500;
	margin:36px 0 36px 0;
}
#article_container2 #article_box2 h5{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:18px;
	line-height:23px;
	font-weight:500;
	margin:16px 0;
}
#article_container2 #article_box2 h6{
	background-color:#1060a1;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#ffffff;
	font-size:30px;
	line-height:38px;
	text-align: center;
	font-weight:bold;
	border-radius: 30px;
	vertical-align:middle;
	padding:2px 10px;
	line-height:2;
	margin:36px 0 36px 0;
}
#article_container2 #article_box2 img:first-of-type{
	margin-top:20px;
	width:100%;
}
#article_container2 #article_box2 img:last-of-type{
	margin-top:10px;
	width:100%;
}
.bg_blue{
	font-size:22px;
	font-weight:500;
	color:white;
	background-color:#0D80B6;
	padding:0px 10px 2px 10px;
	margin-right:5px;
}
.circle_pink{
	color:#ff6666;
}
.text_indent{
	padding-left:18px;
	text-indent:-18px;
}
.cetner{
	text-align:center;
	letter-spacing:10px;
}
#article_container2 #article_box2 cite p{
	font-size:14px;
	margin-top:20px;
}
#article_container2 #article_box2 cite ul li{
	font-size:14px;
	line-height:20px;
	margin-bottom:6px;
	text-indent:-30px;
	padding-left:30px;
}
.small{
	font-size:10px;
	vertical-align:5px;
}
#article_container2 #article_box2 cite .addresslink{
	color:#38383A;
	text-decoration:underline;
}
#article_container2 #article_box2 cite .addresslink:hover{
	color:#ff6666;
	transition:0.8s;
}




/*
footer
*******************/
#footer{
	width:85%;
	margin:0 auto;
	padding-bottom:180px;
	padding-top:120px;
	background-color:white;
}
#footer_contactcontainer{
	width:80%;
	margin:0 auto;
}
#footer_contactcontainer p{
	font-size:15px;
	font-weight:300;
	line-height:21px;
	text-align:center;
}
#footer_contactcontainer p a{
	color:#414548;
}
#footer_contactcontainer p .freedial{
	font-size:16px;
	font-weight:400;
}
#footer_contactcontainer p .desk{
	color:tomato;
	text-decoration:underline;
}
#footer hr{
	width:90%;
	margin:0 auto;
	margin:40px 5%;
}


/*
コピーライト
********************/
#copywriter{
	width:100%;
	margin:0 auto;
	text-align:center;
	height:20px;
}
#copywriter2{
	width:100%;
	float:none;
	padding-left:0%;
	font-size:12px;
	line-height:17px;
}
#copywriter1{
	width:100%;
	top:0px;
	text-align:center;
	margin-bottom:5px;
}
}












/* 410px〜599px：スマホ
------------------------------------- */
@media screen and (min-width:410px) and (max-width:599px) {

/*container
****************************/
#heder_container1{
	width:100%;
	background-color:white;
	height:80px;
	padding-top:0px;
	padding-bottom:10px;
}
#heder_container2{
	width:90%;
	margin:0 auto;
	display:table;
	height:100px;
}
#heder_container2 h1{
	display:table-cell;
	height:80px;
	vertical-align:middle;
	padding-top:8px;
}
#heder_container2 h1 img{
	width:140px;
}

#heder_container2 p{
	display:table-cell;
	text-align:right;
	vertical-align:middle;
	padding-top:30px;
	height:80px;
	font-size:14px;
}


/*title_container
*****************************/
#title_container{
	width:100%;
}
#title_container1{
	width:100%;
	background-color:#00779c;
}
#title_container h2{
	width:90%;
	margin:0 auto;
	color:white;
	height:auto;
	font-size:28px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align:center;
	line-height:34px;
	padding:20px 0 28px 0;
}
#title_container h5{
	width:90%;
	margin:0 auto;
	color:white;
	height:auto;
	font-size:20px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align:center;
	line-height:25px;
	padding-top:28px;
}
#title_container2{
	width:100%;
	background-color:#ebe9e6;
	padding-top:26px;
}
#title_container3{
	width:85%;
	margin:0 auto;
	display:table;
}

#title_container4{
	width:100%;
	background-color:#ebe9e6;
	padding-top:14px;
	padding-bottom:28px;
}
#title_container4 p{
	width:85%;
	margin:0 auto;
	font-size:15px;
	line-height:23px;
}


/*container2
****************************/
#container2{
	width:100%;
	margin:0 auto;
	padding-top:0px;
}


/*ナビゲーション
****************************/
.menu-container-pc{
	display:none;
}
#menu_btn{
	display:block;
}
#menu_btn{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:500;
	font-size: 15px;
	padding: 10px 10px 6px 10px;
	background-color:#fff;
	width: 60px;
	text-align: center;
	border-radius:3px;
	cursor:pointer;
	z-index:10;
	position:absolute;
	top:40px;
	right:20px;
}
#menu_btn:hover{
	background-color:#414548;
	color:#fff;
	transition:0.8s;
}
#menu_btn.fixed{
	position:fixed;
	top:40px;
	right:20px;
}
.menu-container-sp{
	position: fixed;
	top: 50%;
	left: 50%;
	 transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
    height: auto;
    width: 70%;
    z-index: 100;
}
.menu-container-sp ul{
	width: 100%;
}
.menu-container-sp ul li{
	display:block;
	height:55px;
	border-bottom:1px solid #D0D1D2;
	margin-bottom:25px;
}
.menu-container-sp ul li:last-child{
	padding-bottom:0;
}
.menu-container-sp ul li a{
	display:block;
	font-size:20px;
	color:#414548;
	height:55px;
	line-height:55px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.menu-container-sp ul li img{
	width:40px;
	vertical-align:-6px;
}
.menu-container-sp ul li span{
	vertical-align:6px;
}

#modal-overlay {
  background-color:#F4F5F6;
  display: none;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
#left{
	width:70%;
	height: 120%;
	background-color:#F4F5F6;
	float:left;
}
#right{
	width:30%;
	height: 120%;
	background-color:#fff;
	float:right;
	position:relative;
}
#close{
	position:absolute;
	top:50px;
	right:55px;
	font-size:15px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:500;
	cursor:pointer;
}




/*#article_container
****************************/
#article_container{
	width:90%;
	margin:0 auto;
	background-color:white;
	padding-top:20px;
}

/*
ページトップに戻る
********************/
#article_container .pagetop{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:400;
	font-size:20px;
	text-align:center;
	color:#414548;
	width:70%;
	height:50px;
	line-height:50px;
	border:1px solid #414548;
	border-radius:8px;
	display:block;
	margin:0 auto;
	margin-top:60px;
}
#article_container .pagetop:hover{
	color:white;
	background-color:#414548;
	transition: 0.5s;
}


/*#article_container2
****************************/
#article_container2{
	width:100%;
	margin:0 auto;
}


/*もくじ
***********/
#contents_pc{
	display:none;
}
#contents_sp{
	display:block;
	width:90%;
	margin:0 auto;
}
#contents_sp p{
	font-size:18px;
	font-weight:400;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-bottom:20px;
	color:#ff6666;
}
#contents_sp ul{
	font-size:18px;
	line-height:22px;
	font-weight:300;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#contents_sp ul li{
	margin-bottom:16px;
	text-indent:-36px;
	padding-left:36px;
}
#contents_sp ul li a{
	text-decoration:underline;
	color:#38383A;
}
#contents_sp ul li a:hover{
	color:#ff6666;
	transition:0.8s;
}
#contents_sp ul li:last-child{
	margin-bottom:0px;
}
#hajimeni,#contents_1,#contents_2,#contents_3,#contents_4,#contents_5,#contents_6,#contents_7,#owarini{
	display:none;
}


/*本文
***********/
#article_box2{
	width:90%;
	margin:0 auto;
}
#article_container2 #article_box2{
	margin-top:20px;
}
#article_container2 #article_box2 p{
	font-size:16px;
	line-height:28px;
}
#article_container2 #article_box3 p{
	font-size:14px;
	line-height:20px;
    padding-left:2em;
    text-indent:-2em;
	}
	
#article_container2 #article_box3 h4{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:20px;
	line-height:28px;
	font-weight:500;
	margin:15px 0 15px 0;
}

#article_container2 #article_box2 h3{
	background-color:#fa3e67;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#ffffff;
	font-size:30px;
	line-height:38px;
	text-align: center;
	font-weight:bold;
	border-radius: 30px;
	vertical-align:middle;
	padding:2px 10px;
	line-height:2;
	margin:36px 0 36px 0;
}
#article_container2 #article_box2 h4{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:24px;
	line-height:34px;
	font-weight:500;
	margin:20px 0 20px 0;
}
#article_container2 #article_box2 h5{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:16px;
	line-height:21px;
	font-weight:500;
	margin:18px 0;
	text-indent:-16px;
	padding-left:16px;
}
#article_container2 #article_box2 h6{
	background-color:#1060a1;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#ffffff;
	font-size:30px;
	line-height:38px;
	text-align: center;
	font-weight:bold;
	border-radius: 30px;
	vertical-align:middle;
	padding:2px 10px;
	line-height:2;
	margin:36px 0 36px 0;
}
#article_container2 #article_box2 img:first-of-type{
	margin-top:20px;
	width:100%;
}
#article_container2 #article_box2 img:last-of-type{
	margin-top:10px;
	width:100%;
}

.circle_pink{
	color:#ff6666;
}
.cetner{
	text-align:center;
	letter-spacing:10px;
}
#article_container2 #article_box2 cite p{
	font-size:13px;
	margin-top:20px;
}
#article_container2 #article_box2 cite ul li{
	font-size:13px;
	line-height:19px;
	margin-bottom:6px;
	text-indent:-30px;
	padding-left:30px;
}
#article_container2 #article_box2 .caption1{
	font-size:16px;
	font-weight:400;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-top:20px;
}
#article_container2 #article_box2 .caption2{
	font-size:12px;
	font-weight:300;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align:right;
	line-height:16px;
}
.small{
	font-size:10px;
	vertical-align:5px;
}
#article_container2 #article_box2 cite .addresslink{
	color:#38383A;
	text-decoration:underline;
	word-break:break-all;
	text-decoration:underline;
}
#article_container2 #article_box2 cite .addresslink:hover{
	color:#ff6666;
	transition:0.8s;
}


/*
footer
*******************/
#footer{
	width:90%;
	margin:0 auto;
	padding-bottom:160px;
	padding-top:100px;
	background-color:white;
}
#footer_contactcontainer{
	width:90%;
	margin:0 auto;
}
#footer_contactcontainer p{
	font-size:13px;
	font-weight:300;
	line-height:21px;
	text-align:center;
}
#footer_contactcontainer p a{
	color:#414548;
}
#footer_contactcontainer p .freedial{
	font-size:13px;
	font-weight:400;
}
#footer_contactcontainer p .desk{
	color:tomato;
	text-decoration:underline;
}
#footer hr{
	width:85%;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:40px;
}

/*
コピーライト
********************/
#copywriter{
	width:100%;
	margin:0 auto;
	text-align:center;
	height:20px;
}
#copywriter2{
	width:100%;
	float:none;
	padding-left:0%;
	font-size:12px;
	line-height:17px;
}
#copywriter1{
	width:100%;
	top:0px;
	text-align:center;
	margin-bottom:5px;
}

}












/* 409px以下：スマホ
------------------------------------- */
@media screen and (max-width:409px) {

/*container
****************************/
#heder_container1{
	width:100%;
	background-color:white;
	height:80px;
	padding-top:0px;
	padding-bottom:10px;
}
#heder_container2{
	width:90%;
	margin:0 auto;
	display:table;
	height:100px;
}
#heder_container2 h1{
	display:table-cell;
	height:80px;
	vertical-align:middle;
	padding-top:8px;
}
#heder_container2 h1 img{
	width:130px;
}

#heder_container2 p{
	display:table-cell;
	text-align:right;
	vertical-align:middle;
	padding-top:30px;
	height:80px;
	font-size:13px;
}


/*title_container
*****************************/
#title_container{
	width:100%;
}
#title_container1{
	width:100%;
	background-color:#00779c;
}
#title_container h2{
	width:90%;
	margin:0 auto;
	color:white;
	height:auto;
	font-size:24px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align:center;
	line-height:30px;
	padding:18px 0 28px 0;
}
#title_container h5{
	width:90%;
	margin:0 auto;
	color:white;
	height:auto;
	font-size:16px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align:center;
	line-height:20px;
	padding-top:28px;
}
#title_container2{
	width:100%;
	background-color:#ebe9e6;
	padding-top:26px;
}
#title_container3{
	width:85%;
	margin:0 auto;
	display:table;
}

#title_container4{
	width:100%;
	background-color:#ebe9e6;
	padding-top:14px;
	padding-bottom:28px;
}
#title_container4 p{
	width:85%;
	margin:0 auto;
	font-size:15px;
	line-height:23px;
}


/*container2
****************************/
#container2{
	width:100%;
	margin:0 auto;
	padding-top:0px;
}


/*ナビゲーション
****************************/
.menu-container-pc{
	display:none;
}
#menu_btn{
	display:block;
}
#menu_btn{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:500;
	font-size: 14px;
	padding: 10px 10px 6px 10px;
	background-color:#fff;
	width: 50px;
	text-align: center;
	border-radius:3px;
	cursor:pointer;
	z-index:10;
	position:absolute;
	top:30px;
	right:20px;
}
#menu_btn:hover{
	background-color:#414548;
	color:#fff;
	transition:0.8s;
}
#menu_btn.fixed{
	position:fixed;
	top:30px;
	right:20px;
}
.menu-container-sp{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
    height: auto;
    width: 70%;
    z-index: 100;
}
.menu-container-sp ul{
	width: 100%;
}
.menu-container-sp ul li{
	display:block;
	height:47px;
	border-bottom:1px solid #D0D1D2;
	margin-bottom:25px;
}
.menu-container-sp ul li:first-child{
	padding-bottom:5px;
}
.menu-container-sp ul li a{
	display:block;
	font-size:19px;
	color:#414548;
	height:47px;
	line-height:47px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.menu-container-sp ul li img{
	width:40px;
	vertical-align:5px;
}
.menu-container-sp ul li span{
	vertical-align:16px;
}

#modal-overlay {
  background-color:#F4F5F6;
  display: none;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
#left{
	width:70%;
	height: 120%;
	background-color:#F4F5F6;
	float:left;
}
#right{
	width:30%;
	height: 120%;
	background-color:#fff;
	float:right;
	position:relative;
}
#close{
	position:absolute;
	top:40px;
	right:42px;
	font-size:14px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:500;
	cursor:pointer;
}


/*#article_container
****************************/
#article_container{
	width:90%;
	margin:0 auto;
	background-color:white;
	padding-top:20px;
}
 
/*
ページトップに戻る
********************/
#article_container .pagetop{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:400;
	font-size:18px;
	text-align:center;
	color:#414548;
	width:66%;
	height:47px;
	line-height:47px;
	border:1px solid #414548;
	border-radius:7px;
	display:block;
	margin:0 auto;
	margin-top:60px;
}
#article_container .pagetop:hover{
	color:white;
	background-color:#414548;
	transition: 0.5s;
}


/*#article_container2
****************************/
#article_container2{
	width:100%;
	margin:0 auto;
}


/*もくじ
***********/
#contents_pc{
	display:none;
}
#contents_sp{
	display:block;
	width:90%;
	margin:0 auto;
}
#contents_sp p{
	font-size:18px;
	font-weight:400;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-bottom:20px;
	color:#ff6666;
}
#contents_sp ul{
	font-size:16px;
	line-height:20px;
	font-weight:300;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#contents_sp ul li{
	margin-bottom:14px;
	text-indent:-32px;
	padding-left:32px;
}
#contents_sp ul li a{
	text-decoration:underline;
	color:#38383A;
}
#contents_sp ul li a:hover{
	color:#ff6666;
	transition:0.8s;
}
#contents_sp ul li:last-child{
	margin-bottom:0px;
}
#hajimeni,#contents_1,#contents_2,#contents_3,#contents_4,#contents_5,#contents_6,#contents_7,#owarini{
	display:none;
}



/*本文
***********/
#article_box2{
	width:90%;
	margin:0 auto;
}
#article_container2 #article_box2{
	margin-top:20px;
}
#article_container2 #article_box2 p{
	font-size:16px;
	line-height:28px;
}
#article_container2 #article_box2 h3{
	background-color:#fa3e67;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#ffffff;
	font-size:30px;
	line-height:38px;
	text-align: center;
	font-weight:bold;
	border-radius: 30px;
	vertical-align:middle;
	padding:2px 10px;
	line-height:2;
	margin:36px 0 36px 0;
}
#article_container2 #article_box2 h4{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:24px;
	line-height:34px;
	font-weight:500;
	margin:20px 0 20px 0;
}
#article_container2 #article_box2 h5{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:16px;
	line-height:21px;
	font-weight:500;
	margin:18px 0;
	text-indent:-18px;
	padding-left:18px;
}
#article_container2 #article_box2 h6{
	background-color:#1060a1;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#ffffff;
	font-size:30px;
	line-height:38px;
	text-align: center;
	font-weight:bold;
	border-radius: 30px;
	vertical-align:middle;
	padding:2px 10px;
	line-height:2;
	margin:36px 0 36px 0;
}

#article_container2 #article_box2 img:first-of-type{
	margin-top:20px;
	width:100%;
}
#article_container2 #article_box2 img:last-of-type{
	margin-top:10px;
	width:100%;
}

.circle_pink{
	color:#ff6666;
}
.cetner{
	text-align:center;
	letter-spacing:10px;
}
#article_container2 #article_box2 cite p{
	font-size:13px;
	margin-top:20px;
}
#article_container2 #article_box2 cite ul li{
	font-size:13px;
	line-height:19px;
	margin-bottom:6px;
	text-indent:-30px;
	padding-left:30px;
}
#article_container2 #article_box2 .caption1{
	font-size:16px;
	font-weight:400;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-top:20px;
}
#article_container2 #article_box2 .caption2{
	font-size:12px;
	font-weight:300;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align:right;
	line-height:16px;
}
.small{
	font-size:10px;
	vertical-align:5px;
}
#article_container2 #article_box2 cite .addresslink{
	color:#38383A;
	text-decoration:underline;
	word-break:break-all;
	text-decoration:underline;
}
#article_container2 #article_box2 cite .addresslink:hover{
	color:#ff6666;
	transition:0.8s;
}



/*
footer
*******************/
#footer{
	width:90%;
	margin:0 auto;
	padding-bottom:160px;
	padding-top:80px;
	background-color:white;
}
#footer_contactcontainer{
	width:90%;
	margin:0 auto;
}
#footer_contactcontainer p{
	font-size:13px;
	font-weight:300;
	line-height:21px;
	text-align:center;
}
#footer_contactcontainer p a{
	color:#414548;
}
#footer_contactcontainer p .freedial{
	font-size:13px;
	font-weight:400;
}
#footer_contactcontainer p .desk{
	color:tomato;
	text-decoration:underline;
}
#footer hr{
	width:85%;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:40px;
}

/*
コピーライト
********************/
#copywriter{
	width:100%;
	margin:0 auto;
	text-align:center;
	height:20px;
}
#copywriter2{
	width:100%;
	float:none;
	padding-left:0%;
	font-size:12px;
	line-height:17px;
}
#copywriter1{
	width:100%;
	top:0px;
	text-align:center;
	margin-bottom:5px;
}
}
