@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
h1, h2, h3, h4, h5, h6, p, li, pre, td, th, dt, dd {
  line-height: 1.5;
}

section p {
  line-height: 1.8;
}

/* basic line-height */
a {
  color: #004db6;
}
a:link {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* code set
-------------------------------------------------- */
pre, code, kbd, samp, var, .font_mono {
  font-size: 1.3rem;
  line-height: 1.5;
}

pre {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  overflow-x: auto;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* ==================================================
	RWD layout settings
================================================== */
.rwd_disp_xxo,
.rwd_disp_xox,
.rwd_disp_oxx {
  display: none !important;
}

/* SP
-------------------------------------------------- */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .rwd_disp_xxo {
    display: block !important;
  }
}
/* ========== end △ */
/* TB
-------------------------------------------------- */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .rwd_disp_xox {
    display: block !important;
  }
}
/* ========== end △ */
/* PC
-------------------------------------------------- */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .rwd_disp_oxx {
    display: block !important;
  }
}
/* ========== end △ */
/* PC・TABのみ表示
-------------------------------------------------- */
.rwd_disp_oox {
  display: block !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .rwd_disp_oox {
    display: none !important;
  }
}
/* ========== end △ */
/* PC・SPのみ表示
-------------------------------------------------- */
.rwd_disp_oxo {
  display: block !important;
}
/* ▽ TAB layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .rwd_disp_oxo {
    display: none !important;
  }
}
/* ========== end △ */
/* TAB・SPのみ表示
-------------------------------------------------- */
.rwd_disp_xoo {
  display: block !important;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .rwd_disp_xoo {
    display: none !important;
  }
}
/* ========== end △ */
/* SPのみ非表示
-------------------------------------------------- */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .sp_none {
    display: none !important;
  }
}
/* ========== end △ */
/* 印刷時のみ非表示
-------------------------------------------------- */
/* ▽ PRINT layout ========== */
@media print {
  .print_none {
    display: none !important;
  }
}
/* ========== end △ */
/* ==================================================
	layout
================================================== */
/* float
-------------------------------------------------- */
.flr {
  float: right;
}

.fll {
  float: left;
}

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

/* overflow
-------------------------------------------------- */
.ofh {
  overflow: hidden;
}

/* ==================================================
	width
================================================== */
.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

/* ==================================================
	margin
================================================== */
/* margin-top
-------------------------------------------------- */
.mt00 {
  margin-top: 0px !important;
}

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

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

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

.mt30 {
  margin-top: 30px !important;
}

/* margin-bottom
-------------------------------------------------- */
.mb05 {
  margin-bottom: 5px !important;
}

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

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

.mb30 {
  margin-bottom: 30px !important;
}

.mb30_15 {
  margin-bottom: 30px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mb30_15 {
    margin-bottom: 15px !important;
  }
}
/* ========== end △ */
.mb50_30 {
  margin-bottom: 50px !important;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .mb50_30 {
    margin-bottom: 30px !important;
  }
}
/* ========== end △ */
/* margin-right
-------------------------------------------------- */
.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

/* margin-left
-------------------------------------------------- */
.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

/* ==================================================
	text
================================================== */
/* color
-------------------------------------------------- */
.color_red {
  color: #ff3b30 !important;
}

.color_green {
  color: #4cd964 !important;
}

.color_blue {
  color: #007aff !important;
}

/* font-family
-------------------------------------------------- */
.font_basic {
  font-family: "Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ＭＳ Ｐゴシック",sans-serif;
}

/* font-size
-------------------------------------------------- */
.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: 2.0rem;
}

.fs24 {
  font-size: 2.4rem;
}

.lh0 { line-height:0 !important;}
.lh12 { line-height:1.2 !important;}
.lh13 { line-height:1.3 !important;}
.lh14 { line-height:1.4 !important;}
.lh16 { line-height:1.6 !important;}
.lh18 { line-height:1.8 !important;}
.lh2 { line-height:2 !important;}
.lh23 { line-height:2.3 !important;}

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

/* text-align
-------------------------------------------------- */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* 画像のレフト・ライト
-------------------------------------------------- */

.fig_01{
float:right;
width:36%;
margin:0px 0px 0px 45px;
}

.fig_02{
float:left;
width:25%;
margin:0px 25px 0px 0px;
}

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

.fig_01{
float:none;
width:90%;
margin:0px auto 15px;
}

.fig_02{
float:none;
width:80%;
margin:0px auto 15px;
}
}

/* googlemap */

.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
margin:10px 0 0 0;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;}

/* text-decoration
-------------------------------------------------- */
a.tdn {
  text-decoration: none;
}
a.tdn:hover {
  text-decoration: underline;
}

/* vertical-align
-------------------------------------------------- */
.vat {
  vertical-align: top !important;
}

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

.vab {
  vertical-align: bottom !important;
}

/* text-indent
-------------------------------------------------- */
.indent {
  display: block;
  padding-left: 1em !important;
  text-indent: -1em !important;
}

/* scroll table text
-------------------------------------------------- */
.txt_scroll_x {
  margin: 15px 10px 5px 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.txt_scroll_x .fa {
  margin-right: 5px;
  color: #ff3b30;
  font-size: 2.4rem;
  vertical-align: middle;
}

/* txt_mb_area
-------------------------------------------------- */
.txt_mb_area > * {
  margin-top: 20px;
}
.txt_mb_area > *:first-child {
  margin-top: 0;
}

/* ==================================================
	image
================================================== */
/* icon zoom
-------------------------------------------------- */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .ico_zoom a {
    display: block;
    position: relative;
  }
  .ico_zoom a:before {
    box-sizing: border-box;
    content: "\f00e";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    background-color: #333;
    border-radius: 15px;
    color: #fff;
    font-size: 1.6rem;
    font-family: FontAwesome;
    text-align: center;
  }
}
/* ========== end △ */
/* pic
-------------------------------------------------- */
.pic img {
  max-width: 100%;
  height: auto;
}

/* hover fade
-------------------------------------------------- */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  /* ▽ PC layout ========== */
}
@media print, screen and (min-width: 1024px) and (min-width: 1024px) {
  .fadeout {
    transition: all 0.3s ease;
  }
  .fadeout:hover {
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 1024px) {
  /* ========== end △ */
}
/* ========== end △ */
/* ==================================================
	list
================================================== */
/* indent
-------------------------------------------------- */
.list_indent li {
  padding-left: 1em;
  text-indent: -1em;
}

/* list mark
-------------------------------------------------- */
.list_mark_disc > li {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
}
.list_mark_disc > li:first-child {
  margin-top: 0;
}
.list_mark_disc > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* ==================================================
	dl
================================================== */
/* basic
-------------------------------------------------- */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .dl_style > dd {
    margin-left: 1em;
  }
}
/* ========== end △ */
/* inline
-------------------------------------------------- */
.dl_inline dt, .dl_inline dd {
  display: inline-block;
  vertical-align: middle;
}

/* table
-------------------------------------------------- */
.table_style {
	margin: 0px auto 10px;
	width: 98%;
	border-top: solid 1px #cacaca;
	border-left: solid 1px #cacaca;
}
.table_style th,  .table_style td {
	padding: 10px 15px;
	border-right: solid 1px #cacaca;
	border-bottom: solid 1px #cacaca;
}

.table_style th {
	vertical-align: middle;
	background: #f9f9f9;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	width:25%;
}
.table_style td {
	font-size: 100%;
	background: #fff;
}

}
.table_style td textarea {
        width: 100%;
        height: 100px;
    }

    .table_style td li {
        float: left;
        margin-right: 30px;
    }


    .table_style th.ni:before {
        content: '任意';
        color: #fff;
        background: #002e6f;
        padding: 2px 8px;
        font-weight: normal;
        float: right;
    }

    .table_style th.hi:before {
        content: '必須';
        color: #fff;
        background: #ff294d;
        padding: 2px 8px;
        font-weight: normal;
        float: right;
    }

    .table_style th.sh:before {
        content: '選択必須';
        color: #fff;
        background: #ff9600;
        padding: 2px 8px;
        font-weight: normal;
        float: right;
    }

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

table, tbody, tr, th, td {
display: block;
}

.table_style th {
	width:100%;
	box-sizing: border-box;
}


}

/* example
-------------------------------------------------- */
.dl_example {
  padding: 15px 0;
  border-top: 4px solid #007aff;
  border-bottom: 1px solid #007aff;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .dl_example {
    padding-left: 30px;
    border-top: none;
    border-bottom: none;
    border-left: 4px solid #007aff;
  }
}
/* ========== end △ */
.dl_example > dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.dl_example > dd {
  padding-left: 10px;
}



/* SP scroll table
-------------------------------------------------- */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .rwd_table_wrap {
    width: 100%;
    height: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* ========== end △ */
/* ==================================================
	box
================================================== */
.tips_box, .caution_box {
  padding: 15px;
  border-top: 5px solid;
  font-size: 1.3rem;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .tips_box, .caution_box {
    border-top: none;
    border-left: 5px solid;
  }
}
/* ========== end △ */
.tips_box .ttl, .caution_box .ttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* tips
-------------------------------------------------- */
.tips_box {
  border-color: #ddd;
  background-color: #f4f4f4;
}

/* caution
-------------------------------------------------- */
.caution_box {
  border-color: #ffd1d1;
  background-color: #fff1f1;
}

/* quote
-------------------------------------------------- */
.quote_box blockquote {
  position: relative;
  margin-bottom: 10px;
  padding: 30px 5% 30px;
  background-color: #f4f4f4;
  line-height: 1.5;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .quote_box blockquote {
    padding: 20px 40px 20px;
  }
}
/* ========== end △ */
.quote_box blockquote::before, .quote_box blockquote::after {
  position: absolute;
  color: #ccc;
  font-family: FontAwesome;
  font-size: 1.6rem;
  line-height: 1.0;
}
.quote_box blockquote::before {
  content: "\f10d ";
  top: 10px;
  left: 10px;
}
.quote_box blockquote::after {
  content: "\f10e ";
  right: 10px;
  bottom: 8px;
}
.quote_box .source {
  font-size: 1.3rem;
  text-align: right;
}

/* definition
-------------------------------------------------- */
.definition_box {
  padding: 10px 0;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {
  .definition_box {
    padding-left: 30px;
    border-left: 4px solid #4cd964;
  }
}
/* ========== end △ */
.definition_box .tit {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* comment
-------------------------------------------------- */
.comment_gon {
  display: block;
  padding: 8px 15px;
  border: 3px solid #ffe070;
  border-radius: 5px;
  background-color: #fff4cc;
}
.comment_gon dt {
  font-weight: bold;
}

/* ==================================================
	button
================================================== */
/* default
-------------------------------------------------- */
.btn_style {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.btn_style a {
  display: block;
  padding: 15px 10px;
  background:#fff700 url(../common_img/btn_bg.png) no-repeat right bottom;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.btn_style a:hover{
  background:#ff8a00 url(../common_img/btn_bg.png) no-repeat right bottom;
}

.btn_style02 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.btn_style02 a {
  display: block;
  padding: 15px 0;
  background:#0089d5 url(../common_img/btn_bg.png) no-repeat right bottom;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.btn_style02 a:hover{
  background:#ff8a00 url(../common_img/btn_bg.png) no-repeat right bottom;
}

/* ▽ PC layout ========== */
@media print, screen and (min-width: 1024px) {

}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {

.btn_style {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
}

/* accordion
-------------------------------------------------- */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .ac_btn_sp {
    position: relative;
    padding-right: 1em;
  }
  .ac_btn_sp::before {
    content: "\f0fe";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -0.5em;
    font-family: FontAwesome;
  }
  .ac_btn_sp.open::before {
    content: "\f146";
  }
}
/* ========== end △ */
.ac_body_sp {
  display: none;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .ac_body_sp {
    display: block !important;
  }
}
/* ========== end △ */
.ac_body_sp.open {
  display: block;
}


.intro {
    overflow: hidden;
    margin: 0px auto 0px;
}

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after, 
.col:after, 
.clr:after, 
.group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
.row { padding-bottom: 0em;
}
			
								  
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float: left;
	width: 100%;
}

@media ( min-width : 768px ) {
	
	.gutters .col {
		margin-left: 2%;
	}
	
	.gutters .col:first-child { 
		margin-left: 0; 
	}
}




/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media ( min-width : 768px ) {
	.span_1 { width: 8.33333333333%; }
	.span_2 { width: 16.6666666667%; }
	.span_3 { width: 25%; }
	.span_4 { width: 33.3333333333%; }
	.span_5 { width: 41.6666666667%; }
	.span_6 { width: 50%; }
	.span_7 { width: 58.3333333333%; }
	.span_8 { width: 66.6666666667%; }
	.span_9 { width: 75%; }
	.span_10 { width: 83.3333333333%; }
	.span_11 { width: 91.6666666667%; }
	.span_12 { width: 100%; }
	
	.gutters .span_1 { width: 6.5%; }
	.gutters .span_2 { width: 15.0%; }
	.gutters .span_3 { width: 23.5%; }
	.gutters .span_4 { width: 32.0%; }
	.gutters .span_5 { width: 40.5%; }
	.gutters .span_6 { width: 49.0%; }
	.gutters .span_7 { width: 57.5%; }
	.gutters .span_8 { width: 66.0%; }
	.gutters .span_9 { width: 74.5%; }
	.gutters .span_10 { width: 83.0%; }
	.gutters .span_11 { width: 91.5%; }
	.gutters .span_12 { width: 100%; }
}
