@charset "utf-8";

/* CSS Document */

body {
    line-height:1;
    margin:0;
	/*自動でテキスト拡大をしない*/
	-webkit-text-size-adjust : none;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}
li {
	padding:0;	margin:0;
}

input, select {
    vertical-align:middle;
}

a {
    display: block;
	text-decoration:none;
    -webkit-tap-highlight-color:transparent;

}

img, object, embed { max-width: 100% !important; height: auto !important; width:100%; }

body {
	background:#FFF;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444444;
	line-height:1.4;
}

.fwb {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.catch {
  margin: 0;
  padding: 0;
}
.parts_01 {
  text-align: center;
  margin: 5px auto 0 auto;
}
.parts_01 img {
  width: 22%!important;
}
.parts_02 {
  margin: 7px 7px 0 0;
  text-align: right;
  font-size: 9px;
}
.parts_02 span {
  color: #b22e15;
}
.mb20 {
  margin-bottom: 20px;
}
.fc_red {
  font-weight: bold;
  color: #b22e15;
}
.fc_blue_a {
  color: #1455a3;
}
.box5 {
  width: 100%;
  background: url(../../img/box5Bg.png) top left;
  background-size: 100%;
  background-color: #fdfedc;
  padding-bottom: 15px;
}




/*header
---------------------------------------------------*/
.header {
	overflow:hidden;
	font-size:0;
	width:100%;
}
.header div{
	float:left;
}
.header div.headerLeft,
.header div.headerRight{
width:28%;
}
.header div.headerCenter{
width:44%;
}

/*footer
---------------------------------------------------*/
footer {
	background:#0088FF;
	clear:both;
	padding:20px 0;
	margin:0 auto;
	text-align:center;
}
footer img {
	width:72%;
}
footer a {
	margin:0 auto;
	text-align:center;
}


/*メインコンテンツ
---------------------------------------------------*/
.sectionMv{
	line-height:0;
}
.sectionMv .sectionTitile{
	line-height:0;
}

.blockBtn{
border:2px solid #0099FF;
margin:0 auto 20px auto;
padding:15px 0;
width:92%;
box-sizing:border-box;
}
.blockBtn .title01{
color:#0099FF;
text-align:center;
font-weight:bold;
font-size:16px;
}
.blockBtn.first{
padding:7px 0;
}
.blockBtn .sectionTitle{
color:#0099FF;
text-align:center;
letter-spacing:-0.05em;
font-size:90%;
}
/*.blockBtn .sectionBody{
margin-top:15px;
}*/
.blockBtn .img{
margin-top:10px;
width:24%;
margin-left:8%;
}
.blockBtn.first .img{
margin-top:5px;
}
.blockBtn .boxRight{
float:right;
margin-right:6%;
width:56%
}
.blockBtn .boxRight .btn{
margin-left:5px;
}
.blockBtn .stext{
font-size:12px;
margin: 5% 8% 0 8%;
}

.sectionIntro{
	background:url(../../img/201708/secIntro_Bg2.gif) top left repeat-y;
	background-size:contain;
}
.sectionIntro .topimg{line-height:0;}
.sectionIntro .sectionTitle{
	padding-top:10px;
	color:#7d9700;
	text-align:center;
	font-size:18px;
	margin-bottom: 13px;
}
.sectionIntro .box{
  width: 88%;
  margin: 0 auto 0 auto;
}
.sectionIntro .box p {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.sectionIntro .box .line{
	margin-bottom:5px;
}
.sectionIntro .box .img{
	float:left;
	width: 43%;
	margin-right: 3%;
}
.sectionIntro .box .text{
	font-size:13px;
	width: 53%;
	float: right;
	margin-right: 1%;
}
.sectionIntro .bottomimg{
  line-height:0;
  background-color: #f7f7f7;
  padding-bottom: 15px;
}




.sectionNotice{
width:92%;
margin:20px auto 30px auto;
}
.sectionNotice .sectionTitle{
padding:10px 0;
background:#c4e7ff;
font-size:14px;
text-align:center;
}
.sectionNotice ul li{
margin-top:10px;
}
.sectionNotice ul li span.blue{
color:#0099ff;
}
.sectionNotice ul li span.bold{
font-weight:bold;
}
.sectionSns  {
	margin-top:20px;
	margin-left:5%;
	margin-right:5%;
}

.sectionSns .btn {
	float:left;
	margin-right:15px;
}
.DescriptionText{
    color: #0198ff;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 10px;
	margin-top:10px;
}

.footer_box li {
  width: 100%;
  float: right;
  display: block;
}

.blockbottom {
	margin: 5% 0;
}
.blockbottom .pagetop {
	background-image: url(../../img/iconpagetop.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px auto;
	/*margin-top: 5%;*/
	margin-right: 5%;
	margin-left: 0;
	padding-right: 8%;
	padding-top: 2%;
	padding-bottom: 2%;
	float: right;
}
.blockbottom .home {
	background-image: url(../../img/iconhome.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px auto;
	margin-right: 5%;
	margin-left: 0;
	padding-right: 8%;
	padding-top: 2%;
	padding-bottom: 2%;
	float: right;
}
.blockbottom .home2 {
	background-image: url(../../img/iconhome.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px auto;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 0;
	padding-right: 8%;
	padding-top: 2%;
	padding-bottom: 2%;
	float: right;
}
.blockbottom a {
	font-weight:bold;
	color:#0096ff;
}

.box2_r {
  background: #fdfedc;
}

.box2.top {
	margin-bottom:2%;
}
.box2.top img {
	vertical-align: top;
}
.box2.testPage {
	padding:0 5%;
}
.box2.testPage .img {
	padding:0 7%;
}

.bannerColumn {
	border:2px solid #F99;
	margin:0 auto 20px auto;
	padding:15px 0;
	width:92%;
	box-sizing:border-box;
}
.bannerColumn .inner {
	margin:0 15px;
}
.bannerColumn p {
	margin-top:10px;
}
.bannerColumn .banner {
	margin:0;
	border:#CCC 1px solid;
}
.bannerColumn a {
	display:inline;
	text-decoration:underline;
}

/* 2016/03/01 index_c.html作成時に追記ここから */
.cmobi{
border:2px solid #f99;
background:#fdd;
width:90%;
margin:10px auto;
padding:15px 0;
}
.cmobi h2{
letter-spacing:-0.05em;
text-align:center;
font-size:14px;
margin:0 15px 15px;
}
.cmobi img{
float:right;
width:12%;
margin-right:10px;
}
.cmobi p{
margin:0 20px;
}
.combi_link{
margin-top:15px!important;
margin-bottom:15px!important;
}
.bold{
font-weight:bold;
}
.clear{
clear:both;
}
.mgnb10{
margin-bottom:10px !important;
}
.cmobi .stext{
font-size:14px;
margin-left:8%;
margin-top:5px;
}
/* 2016/03/01 index_c.html作成時に追記ここまで */

/*--------------------*/

/*---------@20170220追加↓-----------*/
.sec01 {
  background: #e4f7ff;
  margin: 0;
  padding: 15px 0 10px 0;
  line-height: 0;
}
.sec01 img{
  padding: 0;
  margin: 0;
}
.sec01 .wrap {
  margin: 0 auto;
  width: 94%;
  background: #009fec;
}
.sec01 .box{
  width: 86%;
  padding: 7px 4% 12px 4%;
  margin: 0 auto;
  line-height: 1.4em;
  font-size: 11px;
  color: #fff;
}
.sec01 .box p{
  
}
.sec02 {
  background: #fdfedc;
  margin: 0;
  line-height: 0;
}
.sec02 img{
  padding: 0;
  margin: 0;
}
.sec03 {
  padding-bottom: 10px;
  background: #e1eb94;
}
.sec03 .box {
  margin: 8px auto 0;
  width: 88%;
  font-size: 14px;
}
.sec04 {
  width: 100%;
  background: url(../../img/201708/sec04_bg2.gif) repeat-y top left;
  background-size: contain;
}
.sec04 .box {
  margin: 0 auto 12px auto;
  width: 80%;
  font-size: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #cee752;
}
.sec04_2 .box {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.sec03 .box p,
.sec04 .box p {
	font-size:17px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.no-border {
  border: none!important;
}
.sec04 .bottom {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.sec05 {
  margin: 10px 0;
}
.sec06 {
  margin: 10px 0 0;
}
.howto_top_box {
  width: 84%;
  padding: 3%;
  margin: 0 auto;
  background: #0099ff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.howto_top_box .text1,.howto_top_box .text2 {
  font-size: 12px;
  text-align: center;
  color: #0099ff;
  display: block;
  padding: 4% 2%;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  
}
.howto_top_box .text1 {
  margin: 5px 0 10px 0;
}
.section05 {
  width: 100%;
  background: #f7f7f7;
  color: #000000;
}
.section05 .contents_box{
  background: #f7f7f7;
  width: 96%;
  margin: 0 2% 10px 2%;
  float: left;
  border-bottom: 1px dotted #4b4847;
}
.section05 .contents_box.last{
  border-bottom:none;
}
.sec_05_text0 {
  font-size: 12px;
  padding: 5px 3% 15px 3%;
  color: #4b4847;
  float: left;
}
.sec_05_img1 {
  padding: 5% 0 0 3%;
  width: 30%;
  float: left;
}
.sec_05_text1 {
  font-size: 14px;
  padding: 15px 3% 20px 3%;
  color: #4b4847;
  width: 61%;
  float: left;
}
.sec_05_text1 a {
  font-size: 14px;
  color: #0099ff;
  text-decoration: underline;
}
.sec_05_img2 {
  padding: 3% 0 0 0;
  width: 40%;
  float: right;
}
.sec_05_text2 {
  font-size: 14px;
  padding: 15px 3% 15px 3%;
  color: #000;
  width: 54%;
  float: left;
}
.sec_05_text0 span {
  font-weight: bold;
  color: #3797ce;
}

.blockbottom2 {
	margin-bottom:5%;
	text-align:center;
}
.blockbottom2 ul li a {
  font-size: 12px!important;
  display: inline-block;
  color:#0096ff;
  line-height: 4.2vw;
  padding:5px 10px;
}
.blockbottom2 ul li a span {
	background: url(/sp/special/16sum/img/blockbottom_icon.gif) no-repeat left center;
	padding-left:15px;
	background-size:7px auto;
	color:#0096ff !important;
}

/*--------------------*/
.sectionHowto{
  background: #e8f5fd;
  color:#444444;
}
.sectionHowto .sectionTitle1 {
  background-color: #009fec;
}
.sectionHowto .sectionTitle1 a {
  background: url(../../img/201705/title_close.png) 95% center no-repeat;
  background-size: 7%;
}
.sectionHowto .sectionTitle1 a.active {
  background: url(../../img/201705/title_open.png) 95% center no-repeat;
  background-size: 7%;
}
.sectionHowto .sectionTitle1 img {
  width:85%;
  vertical-align:middle;
}
.sectionHowto_wrap {
}
.sectionHowto_inner {
  width: 94%;
  margin: 0 3% 0 3%;
  padding-bottom: 17px;
}
.sectionHowto_inner a {
  display: inline-block;
  color: #0099ff;
  text-decoration: underline;
}
.sectionHowto_inner span{
  color: #0099ff;
}
.sectionHowto_inner .leftbox{
  width: 50%;
  display: inline-block;
  float:left;
}
.sectionHowto_inner .rightbox{
  width: 40%;
  padding-left: 5%;
  display: inline-block;
}
.sectionHowto .about {
  width: 90%;
  margin: 0 auto;
}
.sectionHowto .about span {
  float: left;
  margin: 10% 0 0 10px;
}
.sectionHowto .about img {
  width: 30%;
  float: left;
}

/*--------------------*/

.sectionreport {
  background: #fff none repeat scroll 0 0;
  color: #444444;
  padding:1%;
}
.sectionreport .contents_box {
  background: #fff none repeat scroll 0 0;
  padding: 0 2%;
  width: 96%;
}
.sectionreport .img1 {
  float: left;
  padding: 0 0 15px 0;
  width: 42%;
}
.sectionreport .text1 {
  font-size: 16px;
  float: left;
  padding: 5px 3% 15px;
  width: 52%;
}
.sectionreport .text1 span{
  color: #009fec;
  font-weight: bold;
}
.sectionreport .title {
  padding:0 0 2% 0;
}
.sectionreport .stitle {
  padding:0 0 4% 0;
}
.sectionreport .text2 {
  text-align: left;
  font-size: 12px;
  /*margin-top: -5px;*/
  padding: 0 3% 5% 2%;
}



.fontlarge {
  font-size: 4.0vw!important;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb5 {
  padding-bottom: 5px;
}
.mb0 {
  margin-bottom: 0px !important;
}
.sns_area {
  width: 92%;
  margin: 0 4%;
}
.sns_area a {
  display: inline-block;
}
.sns_area img {
  height: 21px!important;
}


.text_color_blue {
  font-weight: bold;
  color: #3797ce;
}

.credit{
	font-size:9px;
	margin:2% 5% 5% 5%;
}




.sectionintro1 {
  background: #e5ece5;
  padding-bottom: 35px;
}
.sectionintro1 .contents_box p {
  font-size: 17px;
  padding:15px 5% 0 5%;
  line-height: 27px;
  color: #3d3d3d;
}
.sectionintro1 .contents_box p span {
  font-weight: bold;
  color: #a90f0f;
}

/*--------------------*/
.section02 {
  width: 100%;
  background-color: #bae9f5;
  padding-bottom: 25px;
}
.section02 .contents_box {
  margin: 0 auto;
}
.section02 .contents_box p {
  font-size: 17px;
  padding:5% 5% 0 5%;
  line-height: 27px;
  color: #3d3d3d;
}
.section02 .contents_box p span {
  font-weight: bold;
  color: #1174d8;
}

/*--------------------*/
.section04{
  width: 100%;
  background-color: #e1f6fb;
}
.section04 img {
  width: 100%;
  vertical-align: top;
}
.section04 .contents_box {
  width: 100%;
  margin: 0 auto;
}
.section04 .contents_box p {
  font-size: 17px;
  padding:5% 5% 5% 5%;
  line-height: 27px;
  color: #3d3d3d;
}
.section04 .contents_box p span {
  font-weight: bold;
  color: #1174d8;
}

/*--------------------*/
.sectionInfo{
	background: #ffffff;
	padding:0 0 5% 0;
}
.sectionInfo img {
  width: 100%;
  vertical-align: top;
}

.sectionInfo .sectionTitle{
	margin:0 0 4% 0;
}
.sectionInfo .sectionBody{
  width: 90%;
  margin:0 auto 0 auto;
}
.sectionInfo .sectionBody .box{
	margin:0 0 4% 0;
	background-color:#009fec;
}
.sectionInfo .sectionBody .img{
	float:left;
	width:35%;
}
.sectionInfo .sectionBody .textbox{
	float:left;
	width:65%;
	height:116px;
	color:#ffffff;
}
.sectionInfo .sectionBody .text{
	color:#ffffff;
	font-size: 12px;
	padding:2px 2% 0 3%;
	min-width:118px;
}
.sectionInfo .sectionBody .text span{
	color:#fcff00;
	font-weight:bold;
}
.sectionInfo .bottomtext{
	color:#666666;
	font-size:10px;
}

.sectionHowto .about {
    width: 90%;
    margin: 0 auto;
}
.sectionHowto .about span {
    float: left;
    margin: 10% 0 0 10px;
}
.linktext1 {
    text-decoration: underline;
}

.cr_wrapper2 {
    background: #e6e4c7;
    color: #725252;
}
.cr_wrapper2 .box p {
    padding: 15px 5% 5% 5%;
    font-size: 17px;
}

.sectionreport {
    background: #fff none repeat scroll 0 0;
    color: #3d3d3d;
    padding: 1%;
}
.sectionreport .contents_box {
    background: #fff none repeat scroll 0 0;
    padding: 0 2%;
    width: 96%;
}
.sectionreport .stitle {
    padding: 0 0 4% 0;
}
.sectionreport .img1
    float: left;
    padding: 0 0 15px 0;
    width: 42%;
}

.blockbottom3 {
	padding: 5% 0;
}
.blockbottom3 .pagetop {
	background-image: url(../../img/iconpagetop.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px auto;
	/*margin-top: 5%;*/
	margin-top: 2%;
	margin-left: 0;
	padding-right: 8%;
	padding-top: 2%;
	padding-bottom: 2%;
	float: right;
}
.blockbottom3 .home {
	background-image: url(../../img/iconhome.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px auto;
	margin-left: 0;
	padding-right: 8%;
	padding-top: 2%;
	padding-bottom: 2%;
	float: right;
}
.blockbottom3 a {
	font-weight:bold;
	color:#0096ff;
}
