@charset "utf-8";
@-ms-viewport
{
    width: device-width;
    initial-scale: 1;
}
@viewport
{
    width: device-width;
    initial-scale: 1;
}
/*
-目次-
1.初期化
2.構成部品(幅w10や文字色redなど)
3.モバイルレイアウト(上記部品のみ)
-
/*=====================
Reset Foundation
=====================*/
body,html{
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;	
}

.mac body{	
	font-size: 13px;
}

body,html{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "メイリオ", Meiryo, Osaka;
	font-weight: normal;
	color: #333;
	overflow-x: hidden;
}

body{
	position: static;
	top: 0;
	left: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
    min-width: 270px;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,s
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
b,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
strong,
sub,
sup,
tt,
var,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
label,
input,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
small,
section {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

header,
footer,
nav,
small,
section {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

ul {
	list-style: none;
}

ol {
	list-style-type: decimal;
}

img {
	vertical-align: bottom;
	border: 0;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: bottom;
}

em,
strong,
cite {
	font-style: normal;
}

article{
	margin: 0 0 2%;  
}

em,
strong {
	font-weight: bold;
}

/* 共通リンク色の指定 */
a{
	color: #004097;
	text-decoration: none;
}

input[type=text],
textarea{
    padding: 2% 0.5em;
    border: #fff;
}


input[type=radio]{
    display: none;
}

input[type=radio] + label{
    padding-left: 1em;
    padding-right: 0.5em;
    position: relative;
    line-height: 1em;
    vertical-align: baseline;
}

input[type=radio] + label::before{
    position: absolute;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    top: 0;
    bottom: 0;
    left: 0px;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 50%;
}

input[type=radio]:checked+ label::after{
    position: absolute;
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    top: 0;
    bottom: 0;
    left: 0.25em;
    margin: auto;
    background: #000;
    border-radius: 50%;
}


/*clearfix→

for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

/*=====================
Structure
=====================*/
/* Common
---------------------*/
#container{
	position: relative;
	height: auto !important;
	height: 100%;
	width: 100%;
	top: 0;
	margin: 0 auto;
    text-align: center;
}

#header{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 5px 0;
    border-bottom: 1px solid #333;
    height: 40px;
    background: #fff;
}

#navi{
    width: 62%;
    margin-left: 38%;
    text-align: center;
    height: inherit;
}

.contents{
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.contentsWrap{
    max-width: 800px;
    width: 90%;
    margin: auto;
}

#ask{
    background: #ebebeb;
    padding-top: 25px;
    padding-bottom: 30px;
}

#footer{
    bottom: 0;
    width: 100%;
    margin: auto auto 0;
    background: #444;
    padding-top: 25px;
}

/*=====================
Modules
=====================*/
/* Adjust
---------------------*/
.w10{
	width: 10% !important;
}

.w15{
	width: 15% !important;
}

.w20{
	width: 20% !important;
}

.w25{
	width: 25% !important;
}

.w30{
	width: 30% !important;
}

.w33{
	width: calc(100% / 3) !important;
}

.w40{
	width: 40% !important;
}

.w45{
	width: 45% !important;
}

.w50{
	width: 50% !important;
}

.w60{
	width: 60% !important;
}

.w70{
	width: 70% !important;
}

.w80{
	width: 80% !important;
}

.w90{
	width: 90% !important;
}

.w95{
	width: 95% !important;
}

.w100{
	width: 100% !important;
}

.resizeW35{
	width: 35% !important;    
}

.resizeW50{
    width: 50% !important;
}

.resizeW25_50{
	width: 25% !important;  
}

.inlineBox{
	display: inline-block;
	letter-spacing: normal;
	font-size: normal;
}

.inlineBox_parent{
	letter-spacing: 0px;
	font-size: 0px;
}

.floatL{
    float: left;
}

.floatR{
    float: right;
}


/*文字配置*/
.taL,
.taL_C,
.taL_R{
	text-align: left !important;
}

.taR,
.taR_C,
.taR_L{
	text-align: right !important;
}

.taC,
.taC_L,
.taC_R{
	text-align: center !important;
}

.vaT{
	vertical-align: Top !important;
}

.vaM{
	vertical-align: middle !important;
}

.cw90deg{
    transform: rotate(90deg);
}

.cw180deg{
    transform: rotate(180deg);
}

/*文字の種類*/
.font2_5em{
    font-size: 2.5em;
}

.font1_2em{
    font-size: 1.2em;
}

.lineH1em{
    line-height: 1em;
}

.red{
	color: #FF0000;
}

.blue{
    color: #004097;
}

.gray{
    color: #a0a0a0;
}

.black{
    color: #333;
}

.bold{
	font-weight: bold !important;
}

.under{
	text-decoration: underline !important;
}

.fontMincho{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/*マージン*/
.marginAuto{
	margin: auto !important;
}

.marginTop50px{
	margin-top: 50px !important;
}

.marginTop20px{
	margin-top: 20px !important;
}

.marginTop10px{
	margin-top: 10px !important;
}

.marginTop5px{
	margin-top: 5px !important;
}

.marginTop5{
	margin-top: 5% !important;
}

.marginTop3{
	margin-top: 3% !important;
}

.marginTop1{
	margin-top: 1% !important;
}

.marginBottom5{
	margin-bottom: 5% !important;
}

.marginBottom3{
	margin-bottom: 3% !important;
}

.marginBottom1{
	margin-bottom: 1% !important;
}

.marginBottom100px{
	margin-bottom: 100px !important;
}

.marginBottom50px{
	margin-bottom: 50px !important;
}

.marginBottom20px{
	margin-bottom: 20px !important;
}

.marginBottom10px{
	margin-bottom: 10px !important;
}

.marginBottom5px{
	margin-bottom: 5px !important;
}

.marginBottom3px{
	margin-bottom: 3px !important;
}

.paddingAuto{
	padding: auto !important;
}

.padding0{
	padding: 0 !important;
}

/* list
---------------------*/
.list1 li{
    text-align: left;
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 2%;
    font-size: 1.2em;
}

.list1 li::before{
    content: "■";
    padding-right: 0.5em;
    color: #bcbcbc;
}

.list2 li{
    text-align: left;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.list2 li::before{
    content: "●";
    padding-right: 0.5em;
    color: #000;
}

.list3 li{
    text-align: left;
    padding-left: 1em;
    text-indent: -0.5em;
}

.list3 li:before{
    content: "・";
}
/* table
---------------------*/
.tbl2,
.tbl3,
.tbl4,
.tbl7{
    border-collapse: collapse;
    border-spacing: 0;
}

.tbl2 th,
.tbl2 td,
.tbl3 th,
.tbl3 td{
    font-weight: normal;
    border-top: 1px solid #333;
    padding-top: 1em;
    padding-bottom: 1em;
}

.tbl3 th:last-of-type,
.tbl3 td:last-of-type{
    border-bottom: 1px solid #333;
}

.tbl2 th,
.tbl3 th{
    color: #646464;
    padding-left: 1em;
}

.tbl4 th,
.tbl4 td{
    padding: 2% 0.5em;
    border: 1px solid #000;
}

.tbl4 th{
    background: #000;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.tbl4 tr:last-of-type th{
    border: 1px solid #000;
}

.tbl5{
    width: 100%;
}

.tbl5 td{
    padding-bottom: 10px;
}

.tbl7 th,
.tbl7 td{
    padding: 1% 0.5em;
    border: 1px solid #000;
}

.tbl7 thead th{
    background: #000;
    color: #fff;
    letter-spacing: 3px;
}

.tbl7 th{
    background: #EBEBEB;
}
/* Button
---------------------*/
.btn1{
    text-align: center;
    background: #000;
    color: #fff;
    margin: auto;
    max-width: 100px;
    display: inline-block;
    font-weight: bold;
    padding: 3px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #fff;
}

.btn1:hover{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #000;
    padding: 4px 0 2px
}

.btn2{
    position: relative;
    text-align: center;
    background: #fff;
    color: #333;
    border: 1px solid #333;
    display: table;
    font-weight: bold;
    padding: 1%;
    padding-right: 0.5em;
    margin: auto;
}

.btn2::after{
    content: ">";
    padding: 0;
    vertical-align: inherit;
    display: table-cell;
    vertical-align: middle;
    
    
}
/* title
---------------------*/
.title1{
    text-align: center;
    background: #000;
    color: #fff;
    margin: auto;  
    padding: 1%;
    display: inline-block;
}

.title2{
    font-weight: bold;
    letter-spacing: 0.25em;
}

.title3{
    text-align: center;
    border: 1px solid #000;
    color: #000;
    margin: auto;  
    padding: 1%;
    display: inline-block;
    font-weight: normal;
    letter-spacing: 0.25em;
}

.title4{
    font-size: 1.7em;
    letter-spacing: 5px;
    text-align: center;
    text-indent: 1vw;
}

.title4 hr{
    margin: auto;
    margin-top: 3%;
    width: calc(2em + 1vw);
}

/* img
---------------------*/
.max100{
    max-width: 100px;
}

.max120{
    max-width: 120px;
}

.max150{
    max-width: 150px;
}

.max155{
    max-width: 155px;
}

.max220{
    max-width: 220px;
}

.max240{
    max-width: 240px;
}

.max330{
    max-width: 330px;
}

.max450{
    max-width: 450px;
}

.max500{
    max-width: 500px;
}

.max600{
    max-width: 600px;
}

.max700{
    max-width: 700px;
}

.max820{
    max-width: 820px;
}
/* xxx
---------------------*/
.top{
    vertical-align: middle;
    width: 38%;
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

.top img{
    margin-right: 1%;
}

.top span{
    vertical-align: text-bottom;
}

ul.headerNav{
    display: table;    
    margin: auto;
}

ul.headerNav a{
    display: table-cell;
    font-weight: bold;
    color: #333;
    padding: 1% 1em;
}

ul.headerNav a.current{
	color: #004097;
}

.naviBtn{
    display: none;
}

ul.pageNavi{
    width: 90%;
    text-align: left;
    margin: auto;
    max-width: 1300px;
}

ul.pageNavi li{
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-right: 1.5em;
    padding-left: 0.5em;
    position: relative;
    font-weight: bold;
}

ul.pageNavi li a{
    color: #646464;
}

ul.pageNavi li:hover a{
    color: #004097;
    text-decoration: underline;
}

ul.pageNavi li::after{
    content: "＞";
    width: 1em;
    display: block;
    text-align: center;
    font-size: 0.8em;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

ul.pageNavi li:hover::after{
    color: #004097;
}

ul.pageNavi li:first-of-type{
    padding-left: 0;
}

ul.pageNavi li:last-of-type{
    padding-right: 0;
}

ul.pageNavi li:last-of-type::after{
    display: none;
}

.footerWrap{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto 25px;
    display: table;
    position: relative;
}

.footerWrap ul{
    display: table-cell;
    color: #fff;
    text-align: left;
}

.footerWrap ul li{
    margin: 0 5%;
}

.copyright{
    bottom: 0;
    right: 0;
    left: 0;
    color: #bcbcbc;
}

.copyright span{
    display: block;
    padding-bottom: 0.5em;
}


/*=====================
Mobile
=====================*/
@media screen and (max-width: 800px)  {   
    
    /* Common
    ---------------------*/    
    #header{
        padding: 5px;
        position: relative;
    }

    #navi{
        margin-left: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 40px;
        display: none;
        opacity: 0;
        background: rgba(0,0,0,0.81);
    }

    #ask{
    }
    
    .contentsWrap{
        width: 100%;
    }

    /* adjust
    ---------------------*/
    .resizeW25_50{
        width: 50% !important;
    }
    
    .taC_L{
        text-align: left !important;
    }
    
    .title4{
        font-size: 1.6em;
    }
    
    /* table
    ---------------------*/
    .tbl1,
    .tbl1 tbody,
    .tbl1 tr,
    .tbl1 th,
    .tbl1 td,
    .tbl2,
    .tbl2 tbody,
    .tbl2 tr,
    .tbl2 th,
    .tbl2 td,
    .tbl4,
    .tbl4 tbody,
    .tbl4 tr,
    .tbl4 th,
    .tbl4 td,
    .tbl7,
    .tbl7 thead,
    .tbl7 tbody,
    .tbl7 tr,
    .tbl7 th,
    .tbl7 td{
        display: block;
        width: 100%;
    }
    
    .tbl2 td,
    .tbl2 th{
        border: none;
        padding: 0;
    }
    
    .tbl2 td{
        border-bottom: 1px solid #333;
        margin-bottom: 1em;
    }
    
    .tbl7 th,
    .tbl7 td{
        border: none;
    }
    
    .tbl7 td{
        border-top: 1px solid;
    }
    
    .tbl7 tbody tr{
        border: 1px solid #000;
        margin-bottom: 5px;
    }

    /* xxx
    ---------------------*/
    .top{
        width: calc(10em + 1% + 100px);
        display: inline-block;
        float: none;
        text-align: left;
        font-size: 1em;
    }
    
    .top img{
        width: 30%;
    }
    
    .top span{
        vertical-align: middle;
    }
    
    ul.headerNav{
        display: block;    
        table-layout: inherit;
        width: 100%;
        margin: auto;
        max-width: inherit;
    }
    
    ul.headerNav a{
        display: inline-block;
        color: #fff;
        width: 100%;
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    
    ul.headerNav a:hover{
        background: rgba(154,154,154,0.67);
        opacity: 0.6;
    }
    
    ul.headerNav a::after{
        content: "";
        display: block;
        width: 0.5em;
        height: 0.5em;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto;
        transform: rotate(-135deg);
    }

    ul.headerNav a.current{
        color: #fff;
    }

    .pageNavi{
        display: none;
    }
    
    .naviBtn{
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 1%;
        width: calc(100% - 100px - 10em);
        max-width: 1.5em;
        height: 1em;
    }
    
    .naviBtn:hover{
        cursor: pointer;
    }
    
    .naviBtn span{
        content: "";
        display: block;
        height: 1px;
        background: #000;
        width: 100%;
        position: absolute;
        right: 1%;
        margin: auto;
    }
    
    .naviBtn span{
        top: 0.5em;
    }
    
    .naviBtn span:first-of-type{
        top: 0em;
    }
    
    .naviBtn span:last-of-type{
        top: 1em;
    }
    
    /*.naviBtn span:nth-of-type(2){
        display: none;
    }
    
    .naviBtn span:first-of-type{
        transform: rotate(45deg);
        width: 141%;
        bottom: 0;
    }
    
    .naviBtn span:last-of-type{
        transform: rotate(-45deg);
        width: 141%;
        top: 0;
    }*/
    
    
    
    
    #ask .tbl6,
    #ask .tbl6 tbody,
    #ask .tbl6 tr,
    #ask .tbl6 td.left{
        max-width: 330px;
        display: block;
        width: 100%;
    }
    
    #ask .tbl6 td.center{
        width: 40%;
        text-align: center !important;
    }
    #ask .tbl6 td.right{
        width: 60%;
    }
    
    .footerWrap{
        display: block;

    }
    
    .footerWrap ul{
        display: block;
        max-width: 300px;
        margin: 20px auto;
    }
    
    .footerWrap ul li{
        margin: 0 auto;
    }

    .copyright{
        font-size: 0.9em;
    }


}

