@charset "utf-8";

/* header */

body{
 border-top:10px solid #336699;
}

header{
 box-sizing:border-box;
 max-width:1400px;
 margin:0 auto;
 padding:27px 40px 28px 40px;
}

.htext01{
 font-size:14px;
 line-height:16px;
 font-weight:bold;
}

.htext02{
 margin-top:3px;
 font-size:30px;
 line-height:32px;
 letter-spacing:-2px;
}

nav ul{
 margin-top:8px;
}

nav ul li{
 font-weight:bold;
 float:left;
 background-image:url("../images/ico01.png");
 background-repeat:no-repeat;
 list-style-position:inside;
 padding-left:30px;
 font-size:14px;
 line-height:20px;
}

nav ul li:nth-child(-n+3){
 padding-right:40px;
}

nav ul li a, td a{
 color:#000;
 text-decoration:none;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all  0.3s ease;
}

nav ul li a:hover, td a:hover{
 color:#036;
}

.titlebox{
 box-sizing:border-box;
 max-width:1040px;
 padding:60px 0 60px 0;
 margin:0 auto;
}

.titlebox .left{
 width:50%;
 max-width:520px;
 margin-top:11.8%;
}

.titlebox .right{
 width:50%;
 max-width:520px;
 text-align:right;
}

.titlebox .right img{
 max-width:496px;
 height:auto;
}

.titletext01{
 font-size:30px;
 line-height:32px;
 font-weight:bold;
 letter-spacing:0.1em;
 text-indent:1.1em;
 text-align:center;
}

.titletext02 h1{
 margin-top:12px;
 font-size:90px;
 line-height:92px;
 font-weight:bold;
 letter-spacing:-0.2em;
 color:#336699;
 text-align:center;
}

.titletext03{
 margin:30px auto 0 24%;
 max-width:300px;
 background-image:url("../images/topbtnon.png");
 background-repeat:no-repeat;
}

.titletext03 a{
 max-width:400px;
 display: block;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all  0.3s ease;
}

.titletext03 a:hover{
 opacity:0;
}

.contentsbox{
 padding:60px 0 0 0;
 background-image:url("../images/bg02.png");
}

.contentsbox .contentsinbox{
 max-width:1000px;
 margin:0 auto 0 auto;
}

.contentsbox .contentsinbox h2{
 font-size:30px;
 line-height:32px;
 letter-spacing:0.05em;
 text-align:center;
 color:#336699;
}

.contentsinbox h2 img{
 vertical-align:text-bottom;
 margin-right:16px;
}

.nayamibtnbox{
 margin-top:60px;
}

.nayamibtn{
 box-sizing:border-box;
 width:490px;
 height:74px;
 background-image:url("../images/nayamibg.png");
 text-align:center;
 font-size:24px;
 line-height:26px;
 font-weight:bold;
 padding-top:18px;
}

.kaiketsubox{
 width:100%;
 padding:85px 0 92px 0;
 text-align:center;
 color:#cc0000;
 font-size:32px;
 line-height:42px;
 text-decoration:underline;
 font-weight:bold;
 letter-spacing:0.04em;
 background-image:url("../images/arrow01.png");
 background-repeat:no-repeat;
 background-position:center top;
}

.contentsbox02{
 padding:60px 0 60px 0;
 background-color:#336699;
}

.contentsbox02 .contentsinbox{
 max-width:1000px;
 margin:0 auto 0 auto;
}

.contentsbox02 .contentsinbox h2{
 font-size:30px;
 line-height:32px;
 letter-spacing:0.05em;
 text-align:center;
 color:#fff;
}

.contentsinbox table{
 width:800px;
 margin:0 auto;
}

.contentsinbox table th{
 background-color:#369;
 color:#fff;
 padding:10px 10px 6px 10px;
 font-size:26px;
 line-height:28px;
}

.contentsinbox table .c01{
 background-color:#eee;
 padding:9px 10px 7px 10px;
 font-size:16px;
 line-height:18px;
}

.contentsinbox table .c02{
 background-color:#fff;
 padding:9px 10px 7px 10px;
 font-size:16px;
 line-height:26px;
}

#company .contentsinbox table th{
 background-color:#369;
 color:#fff;
 padding:8px 8px 4px 8px;
 font-size:20px;
 line-height:22px;
}

#company .contentsinbox table .c01{
 background-color:#eee;
 padding:7px 8px 5px 8px;
 font-size:12px;
 line-height:14px;
}

#company .contentsinbox table .c02{
 background-color:#fff;
 padding:7px 8px 5px 8px;
 font-size:12px;
 line-height:22px;
}

.toiawasebox{
 max-width:610px;
 margin:0 auto;
}

.toiawasebox a{
 color:#fff;
 text-decoration:none;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all  0.3s ease;
}

.toiawasebox a:hover{
 color:#ffcd07;
}

.toiawasetext01{
 font-size:20px;
 line-height:22px;
 font-weight:bold;
 color:#fff;
 letter-spacing:0.1em;
}

.toiawasetext01 img{
 vertical-align:middle;
 margin-right:20px;
}

.toiawasebox .mg-top20{
 font-size:16px;
 line-height:26px;
}

/**/

.left{
 float:left;
}

.right{
 float:right;
}

.txtcenter{
 text-align:center;
}

.txtleft{
 text-align:left;
}

.bt{
 font-weight:bold;
}

/**/

footer{
color:#fff;
/*padding:0 0 60px 0;*/
font-weight:bold;
text-align:center;
}

.pagetopbox{
 max-width:1400px;
 margin:0 auto;
 text-align:right;
}

/**/

.mg-left10{
 margin-left:10px;
}

.mg-left20{
 margin-left:20px;
}

.mg-top20{
 margin-top:20px;
}

.mg-top30{
 margin-top:30px;
}

.mg-top60{
 margin-top:60px;
}

.pd-bottom60{
 padding-bottom:60px;
}

/*全体*/
.hidden_box {
 width:800px;
 margin-left:auto;
 margin-right:auto;
}

/*ボタン装飾*/
.hidden_box label {
 box-sizing: border-box;
display:block;
float:left;
width:800px;
text-align: center;
background-color:#369;
color:#fff;
cursor :pointer;
transition: .5s;
padding:8px;
font-size:20px;
line-height:22px;
font-weight:bold;
}

/*アイコンを表示*/
.hidden_box label:before {
display: inline-block;
content: '\f078';
font-family: 'FontAwesome';
padding-right: 10px;
transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
background:#036;
}

/*アイコンを切り替え*/
.hidden_box input:checked ~ label:before {
content: '\f00d';
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
color: #668ad8;
}

/*チェックは見えなくする*/
.hidden_box input {
display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
padding:0;
height: auto;
opacity: 1;
}

/**/

@media screen and (max-width:1023px){
 
.left{
 float:none;
}

.right{
 float:none;
}
 
nav ul {
 margin-top: 40px;
}
 
.titlebox .left {
 width: 100%;
 max-width: 100%;
 margin-top: 0;
}

.titlebox .right img {
 max-width: 50%;
 height: auto;
}

.titlebox .right {
 width: 100%;
 max-width: 100%;
 text-align: center;
 margin-top: 40px;
}

.nayamibtn {
 margin: 0 auto 20px;
}

.contentsinbox table {
 width:100%;
 margin: 0 auto;
}

.hidden_box {
 width:600px;
}
 
.hidden_box label {
width:600px;
}

.toiawasebox {
 max-width: 36%;
 margin: 0 auto;
}

.mg-top60 {
 margin-top:0;
}
 
#company .mg-top60 {
 margin-top:60px;
}
 
#service .mg-top60,
#price .mg-top60{
 margin-top:60px;
}
 
#service .mg-top60{
 width:90%;
 margin-left:auto;
 margin-right:auto;
}

.toiawasetext01 {
 margin-top: 60px;
}
 
}

@media screen and (max-width:767px){
 
.titlebox {
 padding: 40px 0 40px 0;
}

.nayamibtn {
 width:100%;
 height: 44px;
 background-position: center bottom;
 background-repeat:no-repeat;
 font-size: 16px;
 line-height: 18px;
 margin: 0 auto 10px;
 padding-top: 8px;
}

nav ul li {
 float: none;
 margin-top: 10px;
 font-size: 14px;
 line-height: 20px;
}

.titletext02 h1{
 margin-top: 0px;
 font-size: 50px;
 line-height: 60px;
}

.titlebox {
 padding: 40px 0 60px 0;
}

.titletext01 {
 font-size: 16px;
 line-height: 24px;
}

.titletext03 {
 margin: 10px auto 0 auto;
 max-width: 300px;
}

.titlebox .right img {
 max-width: 70%;
 height: auto;
}

.contentsbox {
 padding: 30px 0 0 0;
}

.contentsinbox h2 img {
 margin-right: 6px;
 width: 24px;
 height: auto;
}

.nayamibtnbox {
 margin-top: 30px;
}

.kaiketsubox {
 width: 100%;
 padding: 60px 0 40px 0;
 text-align: center;
 color: #cc0000;
 font-size: 20px;
 line-height: 30px;
 text-decoration: underline;
 font-weight: bold;
 letter-spacing: 0.02em;
 background-image: url(../images/arrow01.png);
 background-size: 20%;
 background-repeat: no-repeat;
 background-position: center top;
}

.contentsbox02 {
 padding: 30px 0 30px 0;
}

.contentsbox .contentsinbox h2,
.contentsbox02 .contentsinbox h2{
 font-size: 16px;
 line-height: 18px;
}

#service .mg-top60, #price .mg-top60, #company .mg-top60 {
 margin-top: 30px;
}

.contentsinbox table th,
#company .contentsinbox table th{
 font-size: 16px;
 line-height: 18px;
}
 
.toiawasetext01 {
 margin-top: 30px;
}

.toiawasetext01 img {
 vertical-align: middle;
 margin-right: 10px;
 width:15%;
}

.toiawasebox .mg-top20 {
 /*display: none;*/
 font-size:12px;
 line-height:18px;
}

.toiawasetext01 {
 margin-top: 30px;
 font-size: 14px;
 line-height: 16px;
}

.toiawasebox {
 max-width: 56%;
 margin: 0 auto;
}
 
.pd-bottom60 {
 padding-bottom: 30px;
}
 
.contentsinbox table {
 width:340px;
 margin: 0 auto;
}

.hidden_box {
 width:340px;
}
 
.hidden_box label {
 width:340px;
 font-size: 14px;
 line-height: 16px;
}

.contentsinbox table .c01 {
 font-size: 12px;
 line-height: 18px;
 width: 30%;
}

.contentsinbox table .c02 {
 font-size: 12px;
 line-height: 18px;
}
 
footer {
 font-size: 10px;
}
 
.kaiketsubox br{
 display:none;
}
 
}

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

.contentsinbox table {
 width:300px;
 margin: 0 auto;
}

.hidden_box {
 width:300px;
}
 
.hidden_box label {
 width:300px;
 font-size: 14px;
 line-height: 16px;
}
 
}