/*############################################################################################### 
  
共通style
  
#################################################################################################*/
@charset "utf-8";

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, menu, nav, section, summary, time, mark, audio, video {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
ul, li {
    list-style: none;
}
body{
    font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size:13px;
    text-align:center;
    width:100%!important;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
}
img {
    margin: 0;
    padding: 0;
    border: 0;
    line-height:0;
    font-size:0;
    vertical-align:top;
}
html {
    width:100%;
    height: 100%;
}
.clearfix {display: inline-block;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;} /* End hide from IE-mac */

.img_block{display:block;}
#contents a:hover img{ opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )"; background: #ffffff;}


/*############################################################################################### 
  
ヘッダー・フッダーstyle
  
#################################################################################################*/

/*ヘッダー
---------------------------------------------*/

#header {
    background-color: #0099ff;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0px;
    height: 92px;
}
#headerbar {
    background-color: #0173de;
    color: #fff;
    width: 100%;
}
.headerbarinner {
    margin: 0 auto;
    overflow: hidden;
    width: 850px;
}
.headerbarinner p {
    padding: 5px 0; 
}
.headerbarinner p a {
    color: #fff;
    text-decoration: underline;
}
.headerinner  {
    margin: 0 auto;
    overflow: hidden;
    width: 850px;
}
.headerinner .headerlogo {
    text-align: left;
    margin-top: 16px;
    float:left;
}
.headerinner .headersitelogo {
    float:left;
}
.headerinner .headerinfo {
    float: right;
}


/*サイド固定
---------------------------------------------*/

.sidehover a:hover img{
/*opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )";*/
}

.sidefixed1{
  position: fixed !important;
  bottom: 40px;
  right:0;
    z-index: 999;
    -webkit-transform: translate3d(0,0,0);
}

/*.fade {
    animation: fadeIn 5s ease-in 0s 1 normal;
    -webkit-animation: fadeIn 5s ease-in 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}*/


/*フッター
---------------------------------------------*/
#pagetop {
    text-align: right;
    width: 850px;
    padding-bottom: 40px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
#footer {
    width: 100%;
    background-color: #0099ff;
    margin: 0px;
    padding: 0px;
}
.footinner  {
    margin: 0 auto;
    overflow: hidden;
    width: 850px;
    padding-bottom:10px;
}
.footinner .footerleft{
float:left;
}

.footinner .footernav{
    overflow: hidden;
}
.footinner .footernav .text1{
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}
.footinner .footernav .text2{
    float: left;
    margin-top: 15px;
}
.footinner .copyright{
    margin-top: 10px;
    padding-bottom:15px;
}
.footinner .footerright{
    margin-top: 15px;
    float: right;
}

/*---------------------------------------------*/


/*==================================================
  メイン
==================================================*/
#mainImg {
    margin:0 auto;
    text-align:center;
    height:100%;
}

@media screen and (max-width: 1263px){
  #mainImg h1 img{
      width: 100%;
      height:auto;
  }
}
h1 {
  background-color:#2f2525;
}


/*==================================================
  コンテンツ
==================================================*/

#contents {
    text-align: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
    font-size:16px;
    line-height:26px;
}

/*---------------------------------------------*/

.sectionintro1{
    margin:0 auto;
    padding:0;
    background-color:#f3e7d8;
}
.sectionintro1 .sectionwrap{
    position:relative;
    top:-77px;
    margin-bottom:-77px;
}
.sectionintro1 .sectiontitle{
    margin:0 auto;
    text-align:center;
    width:850px;
}
.sectionintro1 .sectiontitle h2 img{
    z-index: 2;
}
.sectionintro1 .sectionbody {
    width: 850px;
    height: 653px;
    margin: 0 auto;
    background: url("../img/intro1_img1.png") no-repeat;
}
.sectionintro1 .sectionbody .text p {
    width: 430px;
    text-align: left;
    line-height: 32px;
    padding: 45px 0 0 45px;
    color: #ffffff;
}
.sectionintro1 .sectionbody .text p span {
    font-weight: bold;
    color: #edf441;
}

/*------------*/

.sectionintro1 .sectiontitle2{
    margin:0 auto;
    text-align:center;
    width:850px;
    height:174px;
    background: url("../img/intro1_title_bg.png") no-repeat;
    position:relative;
}
.sectionintro1 .sectiontitle2 h2 img{
    position:absolute;
    top:0;
    left:0;
}


/*---------------------------------------------*/

.sectionintro2{
    margin:0 auto;
    padding:0;
    background-color:#fffdf6;
    padding-bottom:40px;
}
.sectionintro2_arrow {
    padding:0;
}
.sectionintro2 .sectionbody{
    width:850px;
    margin:0 auto;
}
.sectionintro2 .sectionbody .text p {
    line-height: 32px;
    color: #725252;
    margin-top:30px;
    text-align: left;
}
.sectionintro2 .sectionbody .text p span {
    font-weight: bold;
    color: #ea7826;
}


/*---------------------------------------------*/

.sectionintro3{
		margin:0 auto;
    background-color: #fffdf6;
}
.sectionintro3 .sectionbody{
		margin:0 auto;
    /*background: url("../img/intro3_bg.png") no-repeat;*/
    text-align: left;
    position:relative;
    width:850px;
    z-index:50;
}
.sectionintro3 .sectionbg{
		margin:0 auto;
    /*padding:32px 40px 32px 32px;
    width:786px;
    height:327px;*/
    width:850px;
    height:391px;
}
.sectionintro3 .cont{
    position:absolute;
    top:32px;
    left:37px;
}
.sectionintro3 .title{
}
.sectionintro3 .sectionbody .text p {
    line-height: 26px;
    color: #ffffff;
    margin-top:30px;
    text-align: left;
    width:775px;
}


/*---------------------------------------------*/

.sectionintro4{
		margin:0 auto;
    background-color: #82af36;
    position:relative;
    top:-120px;
    padding-top:120px;
}
.sectionintro4 .title{
		margin:0 auto;
		padding:15px 0 15px 0;
}
.sectionintro4 .sectionbg{
		margin:0 auto;
    width:850px;
    height:465px;
}
.sectionintro4 .sectionbody{
		margin:0 auto;
    position:relative;
    width:850px;
    z-index:40;
}
.sectionintro4 .sectionbody .text p{
    line-height: 30px;
    color: #ffffff;
		font-size:17px;
		text-align: left;
}
.sectionintro4 .sectionbody .text p span{
    font-weight: bold;
    color: #ebf369;
}
.sectionintro4 .sectionbody .text_left p{
    position:absolute;
    top:57px;
    left:21px;
    text-align: center;
}
.sectionintro4 .sectionbody .text_right p{
    position:absolute;
    top:57px;
    right:36px;
    text-align: center;
}
.sectionintro4 .sectionbody .img_bottom{
    position:absolute;
    top:234px;
}


/*---------------------------------------------*/

.sectionintro5_ttl{
		position:relative;
		margin-top:-265px;
}

.sectionintro5_ttl .titlebgwrap{
		background-color: #009fec;
		margin:0 auto;
}
.sectionintro5_ttl .title{
		background-color: #009fec;
		background: url("../img/intro5_titlebg.png") no-repeat;
		background-position: center center;
		width:1026px;
		height:189px;
		margin:0 auto;
}
.sectionintro5_ttl .title img{
		padding:28px 0 24px 0;
		position:relative;
		z-index:50;
}
.sectionintro5_ttl .titlebg_arrow{
		margin:0 auto -26px auto;
		text-align: center;
		z-index:50;
}


.sectionintro5{
		margin:0 auto;
    background-color: #403838;
}
.sectionintro5 .sectionbody .sectionbg{
		margin:0 auto;
    background: url("../img/intro5_bg1.png") no-repeat;
    text-align: left;
    width:1046px;
    height:583px;
    z-index:40;
    padding-bottom:37px;
}
.sectionintro5 .sectionbody .sectionbg2{
    background: url("../img/intro5_bg2.png") no-repeat !important;
}
.sectionintro5 .sectionbody .sectionbg .cont1{
    padding:247px 0 0 65px;
}
.sectionintro5 .sectionbody .sectionbg .cont1 .text1 p{
    margin:0 0 0 34px;
    line-height: 28px;
    color: #ffffff;
		text-align: left;
		width:443px;
}


/*---------------------------------------------*/

.sectionintro6{
		margin:0 auto;
    background-color: #f8f2e9;
    padding-bottom:4px;
}
.sectionintro6 .sectionbody{
		margin:0 auto;
    position:relative;
    top:-37px;
    width:850px;
    z-index:40;
}
.sectionintro6 .cont{
		width:850px;
		margin:0 auto;
}
.sectionintro6 .cont p{
		padding:19px 22px 0 357px;
    line-height: 22px;
    color: #666666;
		font-size:13px;
		text-align: left;
}
.sectionintro6 .cont p span{
		font-weight: bold;
    color: #fe8e29;
}
.sectionintro6 .cont1{
		background: url("../img/intro6_img1.png") no-repeat;
		height:100px;
}
.sectionintro6 .cont2{
		background: url("../img/intro6_img2.png") no-repeat;
		height:101px;
}
.sectionintro6 .cont3{
		background: url("../img/intro6_img3.png") no-repeat;
		height:101px;
}
.sectionintro6 .cont4{
		background: url("../img/intro6_img4.png") no-repeat;
		height:100px;
}


/*---------------------------------------------*/

.sectionintro7{
		margin:0 auto;
    background-color: #f3e7d8;
    padding:40px 0 45px 0;
}
.sectionintro7 .sectionbody{
    background-color: #ffffff;
    width:850px;
		margin:0 auto;
		padding:0 0 30px 0;
}
.sectionintro7 .sectionbody .text1{
		padding:30px 0 30px 0;
    color: #725252;
		text-align: center;
		font-weight: bold;
}
.sectionintro7 .sectionbody .cont{
    background: url("../img/intro7_bg1.png") no-repeat;
    width:800px;
    height:231px;
		margin:0 auto;
		position:relative;
		text-align: left;
}
.sectionintro7 .sectionbody .cont .icon{
    position:absolute;
    top:-6px;
    left:-25px;
}
.sectionintro7 .sectionbody .cont .title{
    color:#009feb;
    font-weight: bold;
    font-size:20px;
    line-height: 20px;
    padding:25px 0 0 100px;
}
.sectionintro7 .sectionbody .cont .text2{
    color:#725252;
    font-size:15px;
    line-height: 24px;
    width:490px;
    padding:18px 0 0 27px;
}



/*---------------------------------------------*/

.sectioninfo{
    background-color:#e4f7ff;
    padding-top:40px;
    padding-bottom:55px;
}
.sectioninfo .sectionbody{
    width:850px;
    margin:0 auto;
}
.sectioninfo .infotop{
}
.sectioninfo .infobottom{
    margin-top:20px;
}
.sectioninfo .title{
    float:left;
    width:270px;
    margin:0 20px 0 0;
}
.sectioninfo .itemA{
    margin:0 20px 0 0;
}
.sectioninfo .itemB{
    margin:0;
}
.sectioninfo .item1{
    float:left;
    text-align:left;
    width:270px;
    height:340px;
    background-color:#009fec;
}
.sectioninfo .item1 .text{
    padding:9px 20px 0 20px;
    color: #ffffff;
    line-height:25px;
    font-size:15px;
}
.sectioninfo .item1 .text span{
    font-weight:bold;
    color:#f4fd71;
}
.sectioninfo .text2 {
    color: #666666;
    font-size: 14px;
    margin: 30px 0 0 0;
    text-align: right;
}

/*---------------------------------------------*/

.sectioninfo2{
    background-color:#fffdf6;
    padding-top:50px;
    padding-bottom:60px;
}
.sectioninfo2 .titlewrap{
    width:763px;
    height:80px;
    margin:0 auto 46px auto;
    position:relative;
}
.sectioninfo2 .titlewrap .icon{
    position:absolute;
    top:-75px;
    left:-42px;
    z-index:1;
}
.sectioninfo2 .titlewrap .title{
		position:absolute;
    z-index:20;
}

.sectioninfo2 .sectionbody{
    width:850px;
    margin:0 auto;
}
.sectioninfo2 .infoleft{
    margin:0 30px 0 0;
}
.sectioninfo2 .inforight{
    margin:0 0 0 0;
}
.sectioninfo2 .info1{
		width:410px;
    float:left;
    text-align:left;
    font-height:26px;
    color:#725252;
}
.sectioninfo2 .info1 .text span{
    font-weight:bold;
    color:#009fec;
}
.sectioninfo2 .info1 .img2{
    margin:24px 0 22px 0;
}


/*---------------------------------------------*/

.sectionactive{
    background-color:#f9f4e9;
    margin:0 auto;
    padding:80px 0 40px 0;
    color: #725252;
    line-height:26px;
    text-align:left;
}
.sectionactive .sectiontitle{
    position:relative;
    width:850px;
    margin:0 auto;
}
.sectionactive .sectiontitle .icon{
    position:absolute;
    top:-52px;
    left:20px;
}
.sectionactive .sectiontitle .icon2{
    position:absolute;
    top:-26px;
    right:-4px;
}
.sectionactive .sectionbody{
    width:850px;
    margin:0 auto;
}
.sectionactive .top{
    margin:0 0 30px 0;
}

.sectionactive h3{
    font-size:20px;
    line-height:18px;
    padding:0 0 0 10px;
    border-left:12px solid #ff8e29;
}
.sectionactive .midashi{
    padding:13px 0 13px 0;
    width:390px;
    background-color:#ffffff;
    margin:0 0 20px 0;
}

.sectionactive .contents1{
		margin:0 0 35px 0;
}
.sectionactive .contents1 .left{
    float:left;
    width:390px;
}
.sectionactive .contents1 .right{
    float:right;
    width:430px;
}
.sectionactive .contents1 .text{
    margin:0;
}
.sectionactive .contents1 .stext{
    font-size:12px;
    padding-top:5px;
}

.sectionactive .contents2{
    margin:0 0 35px 0;
}
.sectionactive .contents2 .left{
    float:left;
    width:430px;
}
.sectionactive .contents2 .right{
    float:right;
    width:390px;
}
.sectionactive .contents2 .text{
    margin:0;
}
.sectionactive .contents2 .stext{
    font-size:12px;
    padding-top:5px;
}

.sectionactive .contents3{
}
.sectionactive .contents3 .left{
    float:left;
    width:390px;
}
.sectionactive .contents3 .right{
    float:right;
    width:430px;
}
.sectionactive .contents3 .text{
    margin:0;
}
.sectionactive .contents3 .stext{
    font-size:12px;
    padding-top:5px;
}




/*---------------------------------------------*/

.sectionabout {
    margin:0 auto 0 auto;
    padding-top:40px;
    padding-bottom:35px;
    background-color:#c7ebfd;
    text-align:left;
}
.sectionabout .sectiontitle{
    margin:0 auto 26px auto;
    width:850px;
}

.sectionabout .sectionbody{
    margin:0 auto 0 auto;
    width:874px;
    color: #444444;
}
.sectionabout .sectionbody .title2{
    margin:0 auto;
    position:relative;
    bottom:-12px;
}
.sectionabout .text{
  	line-height: 33px;
    width:850px;
    margin:-70px auto 0 auto;
}
.sectionabout_box1 {
    width: 850px;
    height: 515px;
    margin: 0 auto;
    background:url("../img/about_bg1.png") no-repeat 368px 20px;
    background-color: #e7f5fd;
}
.sectionabout .text1 {
    padding: 36px 0 0 30px;
    width: 300px;
}
.sectionabout .text1 span {
    color:#0099ff;
    font-weight:bold;
}
.sectionabout .link1 {
    width: 340px;
    position: relative;
    left: 385px;
    top: -100px;
    text-align: left;
    
}
.sectionabout .link1 a {
    line-height: 22px;
    color: #0099ff;
    font-size: 14px;
}
.sectionabout .link1 a .linktext1{
    padding:65px 0 0 10px;
    display:inline-block;
    text-decoration: underline;
}

.sectionabout_box2 {
    width: 850px;
    margin: 0 auto;
    background:url("../img/about_bg2.png") no-repeat;
    background-position: 20px 185px;
    background-color: #e7f5fd;
    padding: 20px 0 60px 0;
}
.sectionabout .text2 {
    padding: 28px 30px 0 50px;
    float: left;
    font-size: 15px;
    line-height: 21px;
}
.sectionabout .text3 {
    padding: 30px 0 0 360px;
    float: left;
    font-size: 13px;
    line-height: 21px;
    width: 460px;
}
.sectionabout .text2 a,
.sectionabout .text3 a {
    color: #0099ff;
}

.sectionabout .link2 {
    float: left;
    padding: 20px 0 0 350px;
    width: 297px;
    min-height: 148px;
}
.sectionabout .link3 {
    display: inline-block;
    padding: 36px 0 0 10px;
    width: 165px;
    font-size: 13px;
    line-height: 21px;
}
.sectionabout .link3 a {
    color: #0099ff;
    text-decoration: underline;
    display: inline-block;
    font-size: 14px;
}


/*---------------------------------------------*/

.sectionreport{
    padding:33px 0 40px 0;
    margin:0 auto 0 auto;
    width: 100%;
    background-color:#def4ff;
    text-align:left;
    color:#444444;
}
.sectionreport .sectionreportwrap{
    background:url("../img/about_sub_bg.png") no-repeat;
    background-position: left top;
    margin:0 auto 0 auto;
    width: 850px;
    height:650px;
    text-align:left;
}
.sectionreport .sectionbody{
    text-align:left;
    padding:0 40px 0 38px;
}
.sectionreport .sectionbody .contents1 .text{
    padding: 255px 0 0 305px;
}
.sectionreport .sectionbody .contents1 .text span{
    color:#0097ff;
    font-weight: bold;
}
.sectionreport .sectionbody .contents2 .text{
    width: 460px;
    padding-top: 125px;
}
.sectionreport .sectionbody .contents2 .text span{
    color:#0097ff;
    font-weight: bold;
}
.sectionreport .sectionbody .bottomtext{
    font-size:13px;
    padding:20px 0 0 0;
    text-align:right;
}


/*---------------------------------------------*/

.sectionuse {
    background-color:#def4ff;
    color:#5f4c41;
}
.sectionuse .sectionbody{
    background-color:#FFFFFF;
    width: 850px;
    margin:0 auto 0 auto;
    padding-bottom:50px;
}
.sectionuse .sectiontitle {
    padding-top: 30px;
    margin:0 auto 0 auto;
}
.sectionuse .sectionbody .stitle{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    padding-left:25px;
    padding-right:25px;
    max-height: 100%;
}

.sectionuse .sectionbody .text{
    text-align: left;
    margin-top: 18px;
    padding:0 25px;
    font-size:16px;
    max-height: 100%;
}
.sectionuse .sectionbody .text span{
    color: #ff5d00;
}
.sectionuse .sectionbody .mv {
    margin-top: 20px;
}
.sectionuse .sectionbody .attention {
    margin-top: 20px;
    padding:0 25px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    max-height: 100%;
}
.sectionuse .sectionbody .attention .icon{
    background-image: url("../img/use_icon.gif");
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 15px;
}


---------------------------------------------*/

.block_bo{
    margin:0 auto;
}
.block_bo .sectionbody{
    margin:0 auto;
    background-color:#def4ff;
    padding-top:22px;
}
.block_bo .blocktitle{
    margin:0 auto;
}

.block_bo .blockbody{
    width:850px;
    height:224px;
    background-image: url("../img/bo_bg.png");
    background-repeat: no-repeat;
    margin:0 auto 0 auto;
}
.blockbody > p {
	display:inline-block;
	margin:15px;
}
.blockbody > p > a > img {
	width:350px
}
.blockbody > ul {
	margin:10px 10px 10px 185px;
}
.blockbody > ul > li {
	text-align:left;
	font-size:12px;
}
.blockbody > ul > li:before {
  font-family: FontAwesome;
  content: '\f054'; /* アイコンのunicode */
  color:#0099ff;
  margin-right:8px;
}
.blockbody > ul > li > a {
	color:#0099ff;
}




/*---------------------------------------------*/

.sectionbtn {
    background-color:#def4ff;
    margin:0 auto;
    padding-top:60px;
    padding-bottom: 50px;
}
.sectionbtn .btn {
    width:850px;
    margin:0 auto;
}
.sectionbtn .btn .btn1{
    float: left;
    margin-left: 115px;

}
.sectionbtn .btn .btn2{
    float: left;
    margin-left: 25px;
}
.sectionbtn a:hover img{ opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )"; background: #c2e8f3 !important;}


/*---------------------------------------------*/

.sectionbottom{
    background-color:#def4ff;
    margin:0 auto;
    padding-bottom:50px;
}
.sectionbottom .sectionbody{
    margin:0 auto;
    width:850px;
}
.sectionbottom .credit {
    font-size: 10px;
    line-height: 12px;
    text-align: left;
    color:#444444;
    max-height: 100%;
}






