@charset "utf-8";


/*reset YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com
---------------------------------------------------*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/*画像サイズ
---------------------------------------------------*/
img{
    max-width: 100%;
    height: auto;
    width/***/:auto;
}


/*pc表示
---------------------------------------------------
---------------------------------------------------*/

@media screen and (min-width: 641px){

/*font
---------------------------------------------------*/
body{font:16px 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;line-height: 2;letter-spacing: 0.02rem;color:#0F1E3E;}


/*base
---------------------------------------------------*/
html{
}

body{ 
  width: 100%; 
  height: auto;
}

.top_sp{
    display: none;
}

p a{
  font-weight: bold;
  text-decoration: underline;
  color: #0F1E3E;
}

p a:hover{
  font-weight: bold;
  text-decoration: none;
  color: #3B7F93;
}

/*layout
---------------------------------------------------*/
#wrapper{
}

#header{
  height: 780px;
  background-image:url(../images/bg_main_pc.jpg);
  background-repeat: no-repeat;
  background-position: center ;
}

.top_home{
  width: 230px;
  margin: 0 auto;
  padding-top: 20px;
}

#read{
  background-image:url(../images/bg_read_pc.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

#read .honmon{
  width: 480px;
  margin: 0 auto;
  padding-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}

.profile {
  width: 480px;
  margin: 0 auto;
}

.profile p{
  padding-bottom: 40px;
  color: #ffffff;
  font-size: 14px;
}

.profile p a{
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}

.profile label{
  display: block;
  width: 300px;
  padding: 20px 0;
}

.profile input{
  display: none;
}

.profile .hide{
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.profile input:checked ~ .hide{
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

.profile .name{
  font-size: 20px;
  font-weight: bold;
}


/*maincontents
---------------------------------------------------*/
#maincontents{
  background-image:url(../images/bg_contents_pc.jpg);
  background-repeat: repeat-y;
  background-position: center ;
  background-attachment: fixed;
  padding: 80px 0;
}

.contents01{
  width: 800px;
  margin: 40px auto 0;
  background-color: #ffffff;
  padding: 80px 0;
}

.contents01 h2{
  width: 480px;
  margin: 40px auto 40px;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.contents01 .honmon{
  width: 480px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.tit_num{
  display: block;
  margin: 0 auto 40px;
}

.tit_num_sp{
  display: none;
}

.ph01{
  width: 640px;
  margin: 40px auto 20px;
  display: block;
}

.ph02{
  width: 800px;
  margin: 40px auto 20px;
  display: block;
}

.ph03{
  width: 500px;
  margin: 40px auto 20px;
  display: block;
}

.cap{
  width: 400px;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.4;
  color: #445069;
  text-align: center;
}

.contents02{
  width: 800px;
  margin: 0 auto;
  background-color: #F0EBDC;
  padding: 80px 0;
}

.contents02 h3{
  width: 480px;
  margin: 0 auto 40px;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.contents02 .honmon{
  width: 480px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.cap02{
  width: 480px;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.4;
  color: #445069;
}

hr.line{
  width: 600px;
  border: 0;
  height: 1px;
  background-color: #0F1E3E;
  margin-bottom: 60px;
}

#column{
  width: 640px;
  margin: 60px auto 60px;
  border: dotted #0F1E3E 3px ;
  padding-bottom: 80px;
}

#column .column_tit{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 60px 0 20px;
}

#column .column{
  width: 480px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#column .column .bold{
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}


#column .cap02{
  width: 480px;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.4;
  color: #445069;
}



/*footer
---------------------------------------------------*/
#footer{
  height: 400px;
  background-color: #0F1E3E;
  }
  
#footer ul{
  width: 480px;
  height: 106px;
  margin: 0 auto 50px;
  padding-top: 120px;
  display: block;
  font-size: 0;
  }

#footer li{
  width: 100px;
  height: 106px;
  display: inline-block;
  margin-left: 20px;
  }

#footer li:first-child{
  width: 100px;
  height: 106px;
  display: inline-block;
  margin-left: 0;
  }

.copyright {
  font-size: 10px;
  clear: both;
  text-align: center;
  margin: 20px auto 0;
  display: block;
  font-weight: bold;
  color: #ffffff;
}
}


/*smartphone表示
---------------------------------------------------
---------------------------------------------------*/

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

/*font
---------------------------------------------------*/
body{font:16px 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;line-height: 2;letter-spacing: 0.01rem;color:#000000;}


/*base
---------------------------------------------------*/
html{
}

body{ 
  width: 100%; 
  height:auto;
}

p a{
  font-weight: bold;
  text-decoration: underline;
  color: #0F1E3E;
}

p a:hover{
  font-weight: bold;
  text-decoration: none;
  color: #3B7F93;
}

/*layout
---------------------------------------------------*/
#wrapper{
}

#header{
  padding-top: 16px;
  margin-bottom: 40px;
  position: relative;
}

.top_home{
  width: 60%;
  margin: auto;
  position: absolute;
  top: 20px;
  left:0;
  right:0;
}

#read{
  background-image:url(../images/bg_read_sp.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

#read .honmon{
  width: 84%;
  padding: 4px 0;
  margin: 0 auto;
  color: #ffffff;
  font-weight: bold;
}


.profile {
  width: 84%;
  margin: 0 auto;
}

.profile p{
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 14px;
}

.profile p br{
  display: none;}

.profile p a{
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}

.profile label{
  display: block;
  width: 100%;
  padding: 20px 0;
}

.profile input{
  display: none;
}

.profile .hide{
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.profile input:checked ~ .hide{
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

.profile .name{
  font-size: 20px;
  font-weight: bold;
  display: block;
}



/*maincontents
---------------------------------------------------*/
#maincontents{
}

.contents01{
  width: 100%;
  background-color: #ffffff;
  padding: 64px 0;
}

.contents01 h2{
  width: 84%;
  margin: 10px auto 40px;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.contents01 .honmon{
  width: 84%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.honmon br{
  display: none;
}

.tit_num{
  display: none;
}

.tit_num_sp{
  display: block;
}

.ph01{
  width: 96%;
  margin: 30px auto 20px;
  display: block;
}

.ph02{
  width: 100%;
  margin: 30px auto 20px;
  display: block;
}

.ph03{
  width: 70%;
  margin: 30px auto 20px;
  display: block;
}

.cap{
  width: 84%;
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.4;
  color: #445069;
}

.contents02{
  width: 100%;
  margin: 0 auto;
  background-color: #F0EBDC;
  padding: 60px 0;
}

.contents02 h3{
  width: 84%;
  margin: 0 auto 40px;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.contents02 .honmon{
  width: 84%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.cap02{
  width: 84%;
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.4;
  color: #445069;
}

hr.line{
  width: 90%;
  border: 0;
  height: 2px;
  background-color: #0F1E3E;
  margin-bottom: 60px;
}

#column{
  width: 90%;
  margin: 40px auto;
  border: dotted #0F1E3E 3px ;
  padding-bottom: 40px;
}

#column .column_tit{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 60px 0 20px;
}

#column .column{
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}

#column .column .bold{
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}


#column .cap02{
  width: 80%;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.4;
  color: #445069;
}



/*footer
---------------------------------------------------*/
#footer{
  width: 100%;
  background-color: #0F1E3E;
}
  
#footer ul{
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  display: block;
  font-size: 0;
  text-align: center;
}

#footer li{
  width: 18%;
  display: inline-block;
  margin-left: 5px;
}
  
#footer li:first-child{
  width: 18%;
  display: inline-block;
  margin: 0;
}

.copyright {
  font-size: 10px;
  clear: both;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 80px;
  display: block;
  color: #ffffff;
}
}