@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #a00000}
.f-redf00 { color: #FF0000}
/* レイアウト */
.t10b { font-size: 10px; line-height:14px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {margin: 1% 1% 0 1%;}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
#wrapper article{
	width:100%;
	height:auto;
}

/*title---------------------------------------------------*/
#title{
	position:relative;
	background:url(../images/bg.png) repeat-x 50% 50% #fff;
	text-align:center;
	overflow:hidden;
	padding:0 0 0;
}
#title img {
    width: 100%;
}
#title p{
	margin:0 0 0 0;
	padding:0;
}
#title ul{
	text-align:center;
	letter-spacing:-0.4em;
	margin-top:29px;
}
#title ul li{
	display:inline-block;
	letter-spacing:normal;
	background:url(../images/line.png) no-repeat;
}
#title ul li:nth-of-type(1){
	background:none
}
#title ul li a{
	display:block;
	padding:0 20px;
}
#title ul li a:hover{
	transition: 0.2s ;
	opacity: 0.3 ;
	position:relative;
	top:1px
}
#navi{
	text-align:center;
	letter-spacing:-0.4em;
	background:#0074bc;
	padding:5px 0;
	display:table;
	width:100%;
}
#navi li{
	letter-spacing:normal;
	border-left:1px #ffff33;
	display:table-cell;
	vertical-align:middle;
}
#navi li a{
	font-size:12px;
	padding:5px 2px;
	display:block;
	color:#ffff00;
	line-height:14px;

}
#navi li:nth-of-type(1){
	border-left:none
}
#navi li a:hover{
	text-decoration:none!important
}

/*commonBox*/
.commonBox:nth-of-type(2n+1){
	background:#FFFFFF;
}
.commonBox{
	background:#f6f6f6;
}
.commonBox img{
	width:100%;
	height:auto;
}
.commonBox strong{
	font-weight:bold;
}
.in{
	margin:0 auto;
	padding:30px 20px 30px
}
.in h2{
	font-size:1.2rem;
	font-weight:normal;
    font-weight: bold;
	padding:0px 0 10px 0;
	text-align:center;
	color:#000000;
	clear:both;
}
.in h2 span {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 374px) {
.in{
	margin:0 auto;
	padding:30px 3.5% 30px
}
  .in h2{
	font-size:1.2rem;
	font-weight:normal;
    font-weight: bold;
	padding:0px 0 10px 0;
	text-align:center;
	color:#000000;
	clear:both;
}
}
.in h2 span:before,
.in h2 span:after {
  content: "";
  border-bottom: 2px solid #000;
  width: 10px;
  margin: 0 15px;
  position: absolute;
  bottom: 50%;
}
.in h2 span:before {
  right: 100%;
}
.in h2 span:after {
  left: 100%;
}

a.btn{
	display:block;
	background-size:10px auto;
	font-size:16px;
	padding:13px 15px 13px 15px;
    margin-top:10px;
	color:#f9fb3b;
	text-align:center;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background: #0074bc;
}
a.btn:hover{
	text-decoration:none!important
}

a.btn span:before {
    content:url(../images/arrow.png);
    margin: 5px;
    position: relative;
    top:3px;
}

a.btnAll{
	display:block;
	font-size:22px;
	padding:15px 35px 15px 20px;
    margin-top:5px;
	color:#000;
	text-align:center;
    font-weight: bold;
	border: 1px #d5d5d5 solid;
	background: #fff;
}
a.btnAll:hover{
	text-decoration:none!important
}

a.btnAll span:before {
    content:url(../images/arrow2.png);
    margin: 5px;
    position: relative;
    top:3px;
}

a.btnL{
	display:block;
	background-size:10px auto;
	font-size:16px;
	padding:13px 15px 13px 15px;
    margin-top:10px;
	color:#f9fb3b;
	text-align:center;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background: #0074bc;
}
a.btnL:hover{
	text-decoration:none!important
}

a.btnL span:before {
    content:url(../images/arrow.png);
    margin: 5px;
    position: relative;
    top:4px;
}
.mrl50{
	margin:0;
	clear:both;
}
.single{
	margin:0 200px;
}
.btnBox{
	text-align:center;
	letter-spacing:-0.4em;
}
.btnBox a{
	width:195px;
	display:inline-block;
	letter-spacing:normal;
	margin:0 0 0 10px;
	font-size:16px;
	padding:15px 20px 15px 10px
}

/*specialPlanBox*/

p.description {
    text-align: center;
    margin: 5px auto 20px;
    font-size: 16px;
}
.specialPlanBox li dl{
}
.specialPlanBox li dl dt{
	background:#fff;
	padding:10px 0;
	font-size:15px;
	font-weight: bold;
	color:#0074bc;
	margin-bottom:0px;
	text-align:center;
}
.specialPlanBox li dl dt span{
	font-size:12px;
	font-weight:normal;
	}
.specialPlanBox li dl dd{
	font-size:13px;
	margin-bottom:10px;
	line-height:130%;
	padding-top:0px;
}
.specialPlanBox li{
	margin:20px 0 0px 0;
	background:#FFF;
	padding:15px;
	position:relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    border:2px solid #a6d7e2;
}
.txtmini{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:0px 0 0px 0;
}
.commonPlanBox{
	display:block;
    margin-bottom:40px;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.read3.commonPlanBox li{
	margin:0 0 20px 0;
	background:#FFF;
	padding:15px;
	position:relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    border:2px solid #d5d5d5;
}
.read4.commonPlanBox li{
	padding:10px;
	margin:0 1% 20px 1%;
	position:relative;
	background:#FFF;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	text-align: center;
    font-size: 14px;
    border:2px solid #a6d7e2;
}
.commonPlanBox li dl{
}
.commonPlanBox li dl dt{
	background:#fff;
	padding:0 0 10px;
	font-size:15px;
	font-weight: bold;
	color:#000000;
	margin-bottom:0px;
	text-align:center;
}
.commonPlanBox li dl dd{
    text-align: center;
	font-size:13px;
	margin-bottom:10px;
	line-height:130%;
	padding-top:0px;
}
.commonPlanBox li > a{
	font-size:14px;
	padding:12px;
	display:block;
	margin: 1% 0;
}
.attention{
	font-size:10px;
	color:#F00;
	margin-bottom:20px;
}
ul.read1{
	overflow:visible!important;
}
ul.read1 li{
	padding:0;
	margin-bottom:30px!important;
}
.read1 li h3{
	font-family: "Mplus 1p";
	font-size:18px;
	font-weight:normal;
	padding-bottom:0;
	padding-top:10px;
	margin-bottom:10px;
	line-height:20px;
	overflow:hidden;
}
.read1 li:nth-of-type(1) h3{
	color:#00a7eb;border-bottom:4px solid #00a7eb;
}
.read1 li:nth-of-type(2) h3{
	color:#f29ca6;border-bottom:4px solid #f29ca6;
}
.read1 li:nth-of-type(3) h3{
	color:#f1bd40;border-bottom:4px solid #f1bd40;
}
.read1 li:nth-of-type(4) h3{
	color:#88a2d3;border-bottom:4px solid #88a2d3;
}
.read1 li:nth-of-type(5) h3{
	color:#f39a51;border-bottom:4px solid #f39a51;
}
.read1 li:nth-of-type(6) h3{
	color:#8db96a;border-bottom:4px solid #8db96a;
}
.read1 li h3 img{
	width:65px;
	margin-right:15px;
	vertical-align:middle;
	float:left;
	position:relative;
	top:-10px
}
.photo3{
	overflow:hidden;
	letter-spacing:-0.4em;
}
.photo3 p:nth-of-type(1){
	background:#0C9;
	float:left;
	margin-right:0;
}
.photo3 p:nth-of-type(2),
.photo3 p:nth-of-type(3){
}
.photo3 p:nth-of-type(2) img,
.photo3 p:nth-of-type(3) img{
	margin-bottom:0;
	width:50%;
	height:auto;
	display:inline-block;
}
.photo6{
	letter-spacing:-0.4em;
	margin-bottom:10px;
}
.photo6 img{
	display:inline-block;
	width:33.333333333%;
	margin:0
}
.read1 div + p{
	font-size:14px;
	line-height:140%;
	margin-bottom:15px;
}
.read1 .btnAll{
	font-size:16px;
}
.read3.area li > span{
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	font-size:12px;
	color:#FFF;
	padding:3px;
}
.area1{
    background:#c42605;
    display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	color:#FFF;
	padding:8px;
}
.read3.area li div{
	font-size:12px;
	line-height:18px;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	border-top:1px dashed #9CF
}
.read3.area li dd span{
	display:block;
	font-size:14px;
	line-height:140%;
}
.panf a.btnAll{
	font-size:14px;
	padding:8px;
	margin-top:15px;
}
.panf li{
	width:48%;
	float:left;
	margin:0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}
.prefBox{
	letter-spacing:-0.4em;
	font-size:14px;
	padding-top:30px;
}
.prefBox dt{
	letter-spacing:normal;
	display:block;
}
.prefBox dd{
	letter-spacing:normal;
	display:block;
}
.prefBox dd a{
	display:inline-block;
	border-right:1px solid rgba(0,0,0,0.5);
	padding:0 5px 0;
}

/*bnr950*/
a.bnr950{display:block;margin-bottom:5%;}

/*graybtn*/
p.graybtn{
	background: #999;
    padding: 14px 0;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
}
/*setouchidc*/

div#useWrap{
	padding:0;
	margin-bottom:0;
}
div#useWrap div{
	overflow:hidden;
	padding:15px 0 15px 0;
	margin:0 0 0 0;
	background:#FFF;
	float:none!important;
	width:auto!important;
	border-bottom:1px dashed #CCC
}
div#useWrap div:nth-of-type(1){
	padding:0 0 15px 0
}
div#useWrap div p{
	float:left;
	margin:0 20px 0 0;
	width:75px;
	height:75px;
}
#useWrap div p img{
	width:100%;
	height:auto;
}
#useWrap div dl{
	overflow:hidden;
	display:block;
	padding:0 0 0 0;
}
#useWrap div:last-child{
	border-bottom:none
}
#useWrap div dl dt{
	font-size:14px;
	margin:0 0 10px 0;
	padding:0;
}
#useWrap div dl dt a{
	color:#000;
}
#useWrap div dl dd{
	font-size:12px;
	color:#999;
	margin:0;
	padding:0;
}
#useWrap div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}
#useWrap div dl dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}
#useWrap div dl dd > span span{
	color:#F69;
	display:inline;
}
#useWrap .commonTit{
	margin:0;
}
.top_txt {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.flow {
    width:100%;
    margin:30px auto 0;
}
.txt_wrap {
    margin:30px auto 0;
    width: 100%;
    padding: 0 0 20px;
    font-size: 18px;
    line-height: 1.8;
    box-sizing: border-box;
    text-align: center;
}
.txt_wrap span {
    background:linear-gradient(transparent 60%, #fee9e9 60%);
}
h3 {
    padding: 10px;
    color: #fff;
    background: #c42605;
    margin-bottom: 20px;
    text-align: center;
}
#all_link li .btnAll {
	font-size: 16px;
}
#plate {
    box-sizing: border-box;
    width: 96%;
    margin: 0 auto;
}
#plate img {
    width: 100%;
    padding-bottom: 20px;
}
#plate p {
    padding: 20px;
    background: #fff;
    border: 3px solid #C42605;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
}
#plate p strong{
    display: block;
    font-size: 23px;
    font-weight: bold;
    color: #C42605;
}
#plate p span{
    display: block;
    font-size: 14px;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
#wrapper {line-height: 1.231;}
.pcnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
    width: 100%;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px;
}
.t20-bold { font-size: 20px; font-weight: bold; color: #141414}
p.images img{
	width:250px;
	height:auto!important;
}
div.colum3T div{
	cursor:pointer;
}
div.colum3T div:hover img,
a.bnr950:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
div.colum3T div:hover a{
	color:#FF8000;
	text-decoration:underline;
}
.naviNormal li{
font-size: 1.2em;
}
#templeteWrap{
	width:100%;
}
.contInner02 .column2Area .section{
	width:950px!important;
	float:none!important;
	overflow:hidden;
}
article{
	width:100%!important;
}
#inner950{
	width:950px;
	margin:0 auto;
	display:block;
}
.inner950{
	width:950px;
	margin:30px auto 0;
	display:block;
}
#Foot .footBtmInner{
	font-size:12px!important;
}
.itemList4 a{
	color:#383333!important;
}

/*title---------------------------------------------------*/
#title{
	position:relative;
	background:url(../images/bg.png) no-repeat center top;
    background-size: cover;
	text-align:center;
	padding:0;
	height:350px;
}
#title p{
    width: 950px;
	margin:0 auto;
	padding:0;
}
#title p img{
    width: 100%;
}
#title ul{
	text-align:center;
	letter-spacing:-0.4em;
	margin-top:29px;
}
#title ul li{
	display:inline-block;
	letter-spacing:normal;
	background:url(../images/line.png) no-repeat;
}
#title ul li:nth-of-type(1){
	background:none
}
#title ul li a{
	display:block;
	padding:0 20px;
}
#title ul li a:hover{
	transition: 0.2s ;
	opacity: 0.3 ;
	position:relative;
	top:1px
}
#navi{
	text-align:center;
	letter-spacing:-0.4em;
	background:#0074bc;
	padding:10px 0;
}
#navi li{
	display:inline-block;
	letter-spacing:normal;
	border-left:1px solid #ffff33;
}
#navi li a{
	font-size:18px;
	padding:15px 20px;
	display:block;
	color:#ffff00;
}
#navi li:nth-of-type(1){
	border-left:none
}
#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}

/*commonBox*/
.commonBox:nth-of-type(2n){
	background:#FFFFFF;
}
.commonBox{
	background:#f6f6f6;
}
.commonBox img{
	width:100%;
	height:auto;
}
.commonBox strong{
	font-weight:bold;
}
.in{
	width:950px;
	margin:0 auto;
	padding:30px 0 50px
}
.in h2{
	font-size:35px;
	font-weight:normal;
	padding:30px 0 20px;
	text-align:center;
	font-family: "Mplus 1p";
	color:#000;
	clear:both;
    margin: 10px 0
}
.in h2 {
  color: #000;
  text-align: center;
  overflow: hidden;
}
.in h2 span {
  display: inline-block;
  position: relative;
}
.in h2 span:before,
.in h2 span:after {
  content: "";
  border-bottom: 2px solid #000;
  width: 45px;
  margin: 0 15px;
  position: absolute;
  bottom: 23px;
}
.in h2 span:before {
  right: 100%;
}
.in h2 span:after {
  left: 100%;
}
.single{
	margin:0 200px;
}
.btnBox{
	text-align:center;
	letter-spacing:-0.4em;
}
.btnBox a{
	width:195px;
	display:inline-block;
	letter-spacing:normal;
	margin:0 0 0 10px;
	font-size:16px;
	padding:15px 20px 15px 10px
}

/*　特別プラン　*/
.specialPlanBox{
	display:block;
    width:916px;
    border:2px solid #a6d7e2;
    padding:15px;
    background-color: #fff;
    overflow: hidden;
}
.specialPlanBox:nth-of-type(2n){
	margin:30px 0 0 0;
}
.specialPlanBox li p {
    float:left;
    width:315px;
}
.specialPlanBox li dl {
    float:right;
    margin-left:15px;
    width:585px;
}
.specialPlanBox li dl dt {
    font-size:20px;
    font-weight:bold;
    color: #141414;
    padding-bottom: 10px;
}
.specialPlanBox li dl dt span{
	font-size:12px;
	font-weight:normal;
}
.specialPlanBox li dl dd {
    font-size:16px;
    color: #141414;
    padding-bottom: 10px;
}
.specialPlanBox a.btn{
	display:block;
	font-size:22px;
	padding:15px 35px 15px 20px;
    margin-top:15px;
	color:#f9fb3b;
	text-align:center;
    font-weight: bold;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background: #0074bc;
    float:right;
     width:530px;
}
.txtmini{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:20px 0;
}

a.btn:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
.specialPlanBox a.btn span:before {
    content:url(../images/arrow.png);
    margin: 5px;
    position: relative;
    top:1px;
}

/*　プラン3列　*/
p.description {
    text-align: center;
    margin: 5px auto 20px;
    font-size: 18px;
}
a.btnAll{
	display:block;
	font-size:22px;
	padding:15px 35px 15px 20px;
    margin-top:5px;
	color:#000;
	text-align:center;
    font-weight: bold;
	border: 1px #d5d5d5 solid;
	background: #fff;
}
a.btnAll:hover{
	transition: 0.2s ;
    color: #fff;
	text-decoration:none!important;
    background: #c42605;
}
a.btnAll span:before {
    content:url(../images/arrow2.png);
    margin: 5px;
    position: relative;
    top:2px;
}
.commonPlanBox{
	display:block;
    margin-bottom: 50px;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.read3.commonPlanBox li{
	width: 31.3334%;
	float:left;
	margin:0 0 30px 3%;
	background:#fff;
	padding:15px;
	position:relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    border:2px solid #d5d5d5;
}
.read4.commonPlanBox li{
	width:22.7%;
	float:left;
	padding:10px;
	margin:0 0 20px 3%;
    background:#fff;
	position:relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	text-align: center;
    font-size: 18px;
    border:2px solid #a6d7e2;
}
.commonBox:nth-of-type(2n) li{
	background:#FFFFFF;
}
.commonPlanBox.read3 li:nth-of-type(3n+1),
.commonPlanBox.read4 li:nth-of-type(4n+1){
	margin:0 0 20px 0
}
.commonPlanBox li dl{
}
.commonPlanBox li dl dt{
	background:#fff;
	padding:0 0 10px;
	font-size:18px;
    font-weight: bold;
	margin-bottom:15px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:265px;
}
.commonPlanBox li dl dd{
	font-size:12px;
	margin-bottom:5px;
	line-height:170%;
	padding-top:0px;
    text-align: center;
}
.commonPlanBox li > a{
	font-size:16px;
	padding:12px;
	display:block;
	margin: 2% 0 0;
}
.attention{
	font-size:12px;
	color:#F00;
	margin-bottom:40px;
}


ul.read1{
	overflow:visible!important;
}
ul.read1 li{
	padding:25px 25px 25px 25px;
	margin-bottom:50px!important;
}
.read1 li h3{
	font-family: "Mplus 1p";
	font-size:28px;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:15px;
	height:55px;
	line-height:36px;
}
.read1 li:nth-of-type(1) h3{
	color:#00a7eb;border-bottom:4px solid #00a7eb;
}
.read1 li:nth-of-type(2) h3{
	color:#f29ca6;border-bottom:4px solid #f29ca6;
}
.read1 li:nth-of-type(3) h3{
	color:#f1bd40;border-bottom:4px solid #f1bd40;
}
.read1 li:nth-of-type(4) h3{
	color:#88a2d3;border-bottom:4px solid #88a2d3;
}
.read1 li:nth-of-type(5) h3{
	color:#f39a51;border-bottom:4px solid #f39a51;
}
.read1 li:nth-of-type(6) h3{
	color:#8db96a;border-bottom:4px solid #8db96a;
}
.read1 li h3 img{
	width:95px;
	margin-right:15px;
	position:relative;
	top:-40px;
	vertical-align:top;
}
.photo3{
	overflow:hidden;
}
.photo3 p:nth-of-type(1){
	width:615px;
	height:420px;
	background:#0C9;
	float:left;
	margin-right:8px;
}
.photo3 p:nth-of-type(2),
.photo3 p:nth-of-type(3){
	width:275px;
	overflow:hidden;
}
.photo3 p:nth-of-type(2) img,
.photo3 p:nth-of-type(3) img{
	margin-bottom:8px;
}
.photo6{
	letter-spacing:-0.4em;
	margin-bottom:10px;
}
.photo6 img{
	display:inline-block;
	width:33.333333333%;
}
.read1 div + p{
	font-size:16px;
	line-height:180%;
	margin-bottom:15px;
}
.read1 .btnAll{
	font-size:18px;
}
.read3.area li > span{
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	color:#FFF;
	padding:8px;
}
.area1{
    background:#c42605;
    display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	color:#FFF;
	padding:8px;
}
.read3.area li div{
	font-size:12px;
	line-height:18px;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	border-top:1px dashed #9CF
}
.read3.area li dd span{
	display:block;
}

/*bnr950*/
a.bnr950{display:block;margin-bottom:2%;}

/*graybtn*/
p.graybtn{
	background: #999;
    padding: 14px 0;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
}
/*setouchidc*/

div#useWrap {
    padding: 10px;
    margin-bottom: 30px;
}
div#useWrap div {
    overflow: hidden;
    padding: 15px;
    margin: 0 0 0 0;
    background: #FFF;
    float: none !important;
    width: auto !important;
    border-bottom: 1px dashed #CCC;
}
div#useWrap div p {
    float: left;
    margin: 0 20px 0 0;
    width: 150px;
    height: auto;
}
div#useWrap div p img{
	width:100%;
	height:auto;
}
#useWrap div dl {
    overflow: hidden;
    display: block;
    padding: 0 0 0 0;
}
#useWrap div dl dt {
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0;
}
#useWrap div dl dd{
	font-size:14px;
}
#useWrap div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}
#useWrap div dl dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}
#useWrap div dl dd > span span{
	color:#F69;
	display:inline;
	font-size:14px;
}
.top_txt {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.flow {
    width:500px;
    margin:30px auto 0;
}
.txt_wrap {
    margin:30px auto 0;
    width: 800px;
    padding: 20px;
    font-size: 18px;
    line-height: 1.8;
    box-sizing: border-box;
    text-align: center;
}
.txt_wrap span {
 
    background:linear-gradient(transparent 60%, #fee9e9 60%);
 
}

h3 {
    padding: 10px;
    color: #fff;
    background: #c42605;
    margin-bottom: 30px;
    text-align: center;
}
#all_link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#all_link li {
	width: 30%;
}
#plate {
    box-sizing: border-box;
    width: 650px;
    margin: 0 auto;
}
#plate img {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
}
#plate p {
    padding: 25px;
    background: #fff;
    border: 3px solid #C42605;
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
}
#plate p strong{
    font-size: 25px;
    font-weight: bold;
    color: #C42605;
}
#plate p span{
    font-size: 16px;
}

}