@charset "UTF-8";
/*--------------------------------------

 初期化

--------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:16px;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
}
/*フォントサイズと行の高さを同じに*/
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
/* chtml5doctorから変更
--------------------------------------*/
ol li, ul li{
    list-style-type: none;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px dotted #cccccc;
    margin:1em 0;
    padding:0;
}

/* clerfix */
.clear:after {
  content: "";
  clear: both;
  display: block;
}

/*--------------------------------------

 共通のスタイル

--------------------------------------*/
body {
    margin: 0px;
    padding: 0px;
    min-width:100%;
    color: #333;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
	position: relative;
}


/* 全体のレイアウト
--------------------------------------*/
div#header{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    line-height: 0;
    font-size: 0;
    background: #fff url(../img/bg_title_pc.png) repeat-x center top;
}
div#wrapper {
    margin: 2rem auto 0; 
    width: 100%;
}
div#content{
    margin: 0 auto 30px;
    width: 1000px;
}
div#footer{
    width: 100%;
    background-color: #0076D5;
}

/* サイドナビ
--------------------------------------*/

/* フッター
--------------------------------------*/
address{
    padding: 20px 0;
    width: 100％;
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-style: normal;
}


/* 見出し関連
--------------------------------------*/
.title{
    margin: 0 auto 3rem;
    padding: 0;
    width: 1000px;
    height: 400px;
}
.title-sp{
    display: none;
}
.title img{
    margin: 0;
}
h2{
    margin: 6rem 0 3rem;
    text-align: center;
}
.subheading-01 span{
    padding: 0 76px;
    line-height: 1.7rem;
    font-weight: normal;
    font-size: 26px;
    position: relative;
    display: inline-block;
}
.subheading-01 span:before,
.subheading-01 span:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 66px;
    height: 4px;
    background-color: #0076D5;
}
.subheading-01 span:before {
    left:0;
}
.subheading-01 span:after {
    right: 0;
}

.subheading-02 {
    margin: 3rem 20px;
	padding: 0 0 15px 25px;
    line-height: 1.3rem;
    font-size: 130%;
    font-weight: normal;
    border-bottom: 2px dotted #d6d8d8;
    position: relative;
}

/* →付きリンク
--------------------------------------*/
a {
    color: #333;
}
a:hover {
	color: #333;
    text-decoration: none;
}
a.more-01-01 {
/* display: block;なし */
    padding-left: 25px;
    background: transparent url(../img/arrow_01.png) no-repeat left center;
}
a.more-01-01:hover {
	color: #0081E9
    text-decoration: none;
    background: #E5F2FE url(../img/arrow_01.png) no-repeat left center;
}
a.more-01-02 {
/* display: block;あり */
    padding-left: 25px;
    display: block;
	background: transparent url(../img/arrow_01.png) no-repeat left center;
}
a.more-01-02:hover {
	color: #0081E9;
    text-decoration: none;
    background: #E5F2FE url(../img/arrow_01.png) no-repeat left center;
}
a.more-02-01 {
/* display: block;なし */
    padding-left: 25px;
    background: transparent url(../img/arrow_02.png) no-repeat left center;
}
a.more-02-01:hover {
	color: #0081E9
    text-decoration: none;
    background: #E5F2FE url(../img/arrow_02.png) no-repeat left center;
}
a.more-02-02 {
/* display: block;あり */
    padding-left: 25px;
    display: block;
	background: transparent url(../img/arrow_02.png) no-repeat left center;
}
a.more-02-02:hover {
	color: #0081E9;
    text-decoration: none;
    background: #E5F2FE url(../img/arrow_02.png) no-repeat left center;
}
/* その他リンク関連
--------------------------------------*/
a[href$=".pdf"]{
    background-image:url(../img/pdficon_small.png);
    background-position:left top;
    background-repeat:no-repeat;
    padding:0 0 0 26px;
    display: block;
}
a[href$=".pdf"]:hover{
    background-image:url(../img/pdficon_small.png);
    background-position:left top;
    color: #0081E9;
    text-decoration: none;
}


/* 枠線
--------------------------------------*/
.frame-01 {
	margin: 0 auto;
    padding: 20px 20px 20px 25px;
	border: 4px solid #F1F2F2;
	background-color: #fff;
    overflow: visible;/*IE8以下 */
	:root overflow: auto;/*それ以外 */
}

/* 注釈関連
--------------------------------------*/
.note-01 li{/*　文字ひとつ分の何か（※や①など）のとき　*/
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    list-style-type: none;
}



/* 文字位置
--------------------------------------*/
.align-01 {
    text-align: right;
}
.align-02 {
    text-align: center;
}
.align-03 {
    text-align: left;
}
.v_align-01 {
    vertical-align: top;
}
.v_align-02 {
    vertical-align: baseline;
}

/* テキスト装飾
--------------------------------------*/
.text-deco-bold {
    font-weight: bold;
}

.text-deco-normal {
    font-weight: normal;
}
.text-deco-red {
    color: #d6d8d8;
}
.text-deco-blue {
    color: #0076D5;
}
.text-small {
    font-size: 90%;
}
.text-smaller {
    font-size: 85%;
    font-weight: normal;
}
.text-big {
    font-size: 130%;
}
.text-bigger {
    font-size: 150%;
}

/* p,ul,ol 基本設定
--------------------------------------*/
div#content p,
div#content ul,
div#content ol,
div#content dl{
    /* 左側10pxに入れて下に2em */
    margin: 0 10px 2rem 10px;
}
div#content p:first-letter{
    font-size: 38px;
    line-height: 1;
    float: left;
    margin: 0 .2em 0 0;
    padding: .1em 0;
    color: #0076D5;
}
div#content ul li,
div#content ol li{
    margin-bottom: 1.5rem;
}
div#content ul.bottom-reset li,
div#content ol.bottom-reset li{
    margin-bottom: 0;
}
ul.normal li{
    list-style-type: disc;
}
ol.normal li{
    list-style-type: decimal;
}
div#content .reset{
    margin: 0;
}
div#content .top-reset{
    margin-top: 0;
}
div#content .bottom-reset{
    margin-bottom: 0;
}
div#content .indent-reset{
    text-indent: 0;
}
div#content .bottom-space-01{
    margin-bottom: 1.5rem;
}
div#content .bottom-space-02{
    margin-bottom: 2rem;
}
div#content .top-space-01{
    margin-top: 1.5rem;
}
div#content .top-space-02{
    margin-top: 2rem;
}


/* p,ul,ol,dl 共通
--------------------------------------*/
div#content .pt-01 {
/* 左右10px */
    margin-right: 10px;
    margin-left: 10px;
}
div#content .pt-02 {
/* 左40px右10px */
    margin-right: 10px;
    margin-left: 40px;
}

/* ボックス横並び display: table　関連
--------------------------------------*/
.box-wrap {
    margin: 0 auto 1.5em;
    width: 98%;
}
.box-01 {
	padding-right:24px;
    width: 50%;
    float: left;
}
.box-02 {
    width: 50%;
    float: left;
}

/* table
--------------------------------------*/
table.outline{
	margin: 0 auto 3em;
    border-collapse: separate;
    border-spacing: 1px;
	background-color: #E5F1FC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
table.outline th,
table.outline td{
	margin: 0;
	padding: 10px 10px 10px 15px;
    text-align: center;
    vertical-align: top;
}
table.outline th{
	background-color: #F3F8FC;
}
table.outline td{
	background-color: #fff;	
}
/* 横幅
--------------------------------------*/
.size-85{
	width: 85%;
}
.size-90{
	width: 90%;
}
.size-93{
	width: 93%;
}
.size-95{
	width: 95%;
}
.size-97{
	width: 97%;
}
.size-100{
	width: 100%;
}

/* 改行なし
--------------------------------------*/
.no-wrap{
	white-space: nowrap;
}


/*--------------------------------------

 ページ別設定

--------------------------------------*/

/* お申し込みの流れ
--------------------------------------*/
.contentbox{
    display: flex;
}
.box{
    width: 222px;
    margin-right: 28px;
    margin-bottom: 30px;
    border: 4px solid #E5F1FC;
}
.box:last-child{
    margin-right: 0;
}
.box h3{
    margin: 16px 8px;
    height: 6rem;
    text-align: center;
    font-size: 26px;
    line-height: 1.3;
}
.box h3 span{
    font-size: 26px;
    color: #0076D5;
}
.box figure{
    margin: 0 0 16px;
}
.box .textcell{
    margin: 16px;
}
@media screen and (max-width: 600px) {
	.contentbox{
	    flex-direction: column;
	}
	.box{
	    width: 98%;
	    text-align: center;
    }
}


/*--------------------------------------

 スマートフォン用設定

--------------------------------------*/
@media screen and (max-width: 600px) {
   /*--- 表示領域が600px以上の場合に適用するスタイル ---*/
   div#content{
   margin: 0 10px 30px;
    padding: 0;
    width: 96%;
   }
   .title{
       height: 540px;
       background-image: none;
       display: none;
   }
   .title-sp{
       background-image: none;
       display: inline;
   }
   .title-sp img{
        margin: 0;
	    width: 100%;
   }
    h2{
        margin-top: 3rem;
    }
    .box,
    .box-01,
    .box-02{
        text-align: center;
        width: 98%;
    }
    .subheading-01 span{
        padding: 0 11%;
    }
    .subheading-01 span:before,
    .subheading-01 span:after{
        width: 10%;
    }
    .qr{
        display: none;
    }
}


