@charset "utf-8";

/*
---------------------------------------
reset
---------------------------------------
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a,abbr,acronym,address,big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt,var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	box-sizing:border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin:0;
	padding:0;
}
body{
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	line-height:1.8;
	margin:0px auto;
	background:#fff;
	color:#262626;
	min-width: 1180px;
	position: relative;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 1.3px;
}
html,body {
	font-size: 62.5%;
	font-size: 10px\0; /* IE */
}
label{
	cursor:pointer;
}


/*
---------------------------------------
link
---------------------------------------
*/

a:link{
	color:#333;
	text-decoration:none;
	transition:all .4s;
}
a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#333;
	text-decoration:none;
}
a:active{
	color:#333;
	text-decoration:none;
}
a,button,input,label,textarea {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
#ui-datepicker-div {
    z-index: 1000009 !important;
}
p > a:link{
	text-decoration:underline;
}
p > a:active,
p > a:focus,
p > a:hover{
	text-decoration:none;
}
a:hover img,
#contents form input[type="submit"]:hover,
button:hover{
	filter:alpha(opacity=70); /* internet explorer */
	-khtml-opacity:0.7;      /* khtml, old safari */
	-moz-opacity:0.7;       /* mozilla, netscape */
	opacity:0.7;           /* fx, safari, opera */
	-webkit-transition: all .4s;
	transition: all .4s;
}
nav ul li a:hover img,
.noalpha a:hover img{
	filter:alpha(opacity=100) !important; /* internet explorer */
	-khtml-opacity:1.0 !important;      /* khtml, old safari */
	-moz-opacity:1.0 !important;       /* mozilla, netscape */
	opacity:1.0 !important;           /* fx, safari, opera */
}
a:focus {
	outline:none;
}

/*
---------------------------------------
clear
---------------------------------------
*/

.single .read p:after,
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;}

.single .read p,
.clearfix{
	min-height:1px;}

* html .clearfix{
	height:1px;
/*\*//*/
	height: auto;
	overflow: hidden;
/**/}

.clear,
.both{
clear:both;}

*:first-child+html .clearfix{ zoom: 1; } /* IE7 */

/*
---------------------------------------
style
---------------------------------------
*/

.futura{
	font-family: 'Poppins', 'Nunito Sans', 'FuturaBT', 'Futura', sans-serif;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea{
    margin: 0;
    font-size: 1.6rem;
    padding: 11px 10px;
    outline: none;
    line-height: 1.4;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
	max-width: 100%;
	box-sizing: border-box;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    vertical-align: middle;
    color: inherit;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.6rem;
    min-height: 1em;
	padding: 7px 35px 7px 15px !important;
    background: url(img/common/arrow-select.svg) right 10px center / 10px no-repeat !important;
}
input[type="submit"],
button {
	-webkit-appearance: none;
}
div.wpcf7 .ajax-loader {
    background-color: inherit;
    margin: 25px auto;
    display: block;
}
img{
	border:none;
	line-height:1;
	max-width: 100%;
	height: auto;
}
ol, ul{
	list-style:none;
}
ol.clearfix > li,
ul.clearfix > li{
	float:left;
}
table{
	width:100%;
	border-collapse: collapse;
	border-spacing:0;
}
table th{
	font-weight:normal;
}
caption, th{
	text-align: left;
}
div,p,dt,dd,li,address,blockquot{
	font-style:normal;
	font-size:1.4rem;
	line-height:1.7;
	word-break: normal;
	letter-spacing:.2px;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  transform: rotate(.03deg);
}

.small{
	font-size: 1.2rem;
}

.bold{
	font-weight:bold;
}

.red{
	color:#ee0000;
}

.orange{
	color:#f39800;
}

.underline{
	text-decoration:underline;
}
p.indent,
ul.indent li{
	text-indent:-1.2em;
	padding-left:1.2em;
}

.nobdr{
	border:none !important;
}
figure{
	display:block;
	line-height:1;
	text-align:center;
}
figure img{
	line-height: 1;
	max-width: 100%;
}
i{
	font-style:normal;
}
/*
---------------------------------------
text_align
---------------------------------------
*/

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

.alnC{text-align:center !important;}

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


/*
---------------------------------------
float
---------------------------------------
*/

.fL,.alignleft{float:left !important;}

.fR,alignright{float:right !important;}

/*
---------------------------------------
table
---------------------------------------
*/

table{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.tbl-a{
    border: 1px solid #7ac3cc;
    border-bottom: none;
    margin: 30px auto 70px;
    width: 100%;
    background: #fff;
    table-layout: fixed;
}

.tbl-a th,
.tbl-a th img,
.tbl-a td{
    vertical-align: middle;
    letter-spacing: 0;
}

.tbl-a th{
  background: #f0fdff;
  width: 55%;
  padding: 20px 10px;
  box-sizing: border-box;
  border-right: 1px solid #7ac3cc;
  border-bottom: 1px solid #7ac3cc;
  color: #00acc1;
  font-size: 1.8rem;
  font-weight: bold;
}

.tbl-a th a,
.tbl-a th .ttl{
  color: #00acc1;
  display: block;
  text-decoration: underline;
  font-size: 1.8rem;
  font-weight: bold;
	margin-bottom: 9px;
}

.tbl-a th .ttl.mb0{
	margin-bottom: 0;
}

.tbl-a th .ttl{
	text-decoration:none;
}

.tbl-a th.figure{
    width: 15%;
    border-right: none;
    padding: 20px 0 20px 20px;
}

.tbl-a th.figcaption {
    width: 40%;
    color: #222;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
}

.tbl-a td{
  padding: 10px 20px;
  margin: 0;
  width: 55%;
  background: #fff;
  border-bottom: 1px solid #7ac3cc;
  box-sizing: border-box;
  text-align: right;
  font-size: 1.6rem;
}

.tbl-a.cell-2 th.figcaption {
    width: 55%;
}

.tbl-a.cell-3 th.figcaption{
    width: 42%;
	padding: 20px;
}

.tbl-a.cell-3 td{
    width: 34%;
}

.tbl-a.cell-3 td.sub {
    border-right: 1px solid #7ac3cc;
    padding-left: 2px;
}

.tbl-a-wrap .scroll-hint-icon-wrap{
	display:none;
	transition:all .4s;
}

.tbl-a-wrap .scroll-hint-icon-wrap.is-active{
	display:block;
}

.tbl-a-wrap .scroll-hint-icon-wrap.is-active {
    content: "";
    width: 55px;
    height: 100%;
    background: rgba(255,255,255,.8);
    position: absolute;
    top: 0;
    border-bottom: 25px solid #f7f7f7;
    right: 0;
    z-index: 100;
    display: block;
    box-sizing: border-box;
}

.tbl-a-wrap{
	position:relative;
}

.tbl-a-wrap.is-scrollable{
	padding-bottom:25px;
	margin:25px auto;
}

.tbl-a-wrap.is-scrollable > table{
	margin:0 auto;
}

.tbl-a-wrap .scroll-hint-icon-wrap .scroll-hint-icon{
	display:none;
}

.tbl-a-wrap .scroll-hint-icon-wrap.is-active:after{
    width: 20px;
    height: 40px;
    margin-top: -20px;
    background: url(img/svg/light/angle-right.svg) no-repeat 50% 50% / contain;
    content: "";
    transition: all .4s;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 101;
    animation: anime 1s linear infinite;
}

@keyframes anime {
    0% {
		transform: translateX(0);
    }
    100% {
		transform: translateX(7px);
    }
}

/*--tbl-b--*/
.tbl-b{
    border: 2px solid #00bcd4;
    margin: 25px auto;
    width: 100%;
    background: #fff;
    table-layout: fixed;
}

.tbl-b thead th{
    background:#00bcd4;
    color: #fff;
    text-align: center;
    font-size:1.8rem;
    padding: 7px 5px;
    border-right: 1px solid #e6e6e6;
}

.tbl-b tbody th,
.tbl-b tbody td{
    padding: 20px;
    vertical-align: middle;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.tbl-b tbody th{
    color:#00bcd4;
    text-align: center;
    font-size:1.8rem;
    width: 24%;
    font-weight: bold;
}

.tbl-b tbody td{
    color:#333333;
    text-align: left;
    font-size:1.3rem;
    width: 38%;
	padding:21px 20px 21px 25px;
    border-top: 1px solid #e6e6e6;
}

/*--tbl-c--*/
.tbl-c{
    margin:0 auto 35px auto;
    width: 100%;
    background: #fff;
    table-layout: fixed;
}

.tbl-c th,
.tbl-c td{
    padding:25px 0;
    color: #222;
    border-bottom:1px dotted #b2b2b2;
    vertical-align: middle;
}

.tbl-c th{
    width: 26%;
    position: relative;
    padding-right:3em;
    font-size: 1.8rem;
}

.tbl-c th span {
    position: absolute;
    top: 50%;
    margin-top: -1em;
    right: 0;
    display: inline-block;
    padding: 0 10px;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 1px;
    background: #ff9800;
    border-radius: 3px;
}

.tbl-c td{
    font-size: 1.6rem;
	padding-left: 30px;
}

.tbl-c td ul li{
	font-size: 0;
	margin:15px 0;
}

.tbl-c td ul li > *{
	font-size: 1.4rem;
	vertical-align:middle;
}

.tbl-c th .small{
	position: relative;
	top: -12px;
}

.tbl-c td ul li .cal{
	position:relative;
	margin:0 22px;
	display:inline-block;
}

.tbl-c td ul li .cal:before{
	display: none;
	font-family: "Font Awesome 5 Solid";
	content: "\f073";
}

.tbl-c td ul li .cal svg{
	display: inline-block;
	line-height: 1;
	margin-top: -.5em;
	vertical-align: middle;
	font-size: 1.6rem;
	color:#00acc1;
	position: absolute;
	left: 10px;
	top: 50%;
}
input.hasDatepicker{
	padding-left:30px;
	max-width: 11em;
}

.mwform-checkbox-field.horizontal-item {
    margin: 10px 0;
}

.tbl-01-wrap{
    border: 1px solid #7ac3cc;
    border-bottom: none;
    margin: 25px auto;
    width: 100%;
}

.tbl-01{
    border-bottom: 1px solid #7ac3cc;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
}

.tbl-01 .th.flex.img{
    align-items: center;
}

.tbl-01 .th.flex.img figure{
    width: 26%;
    display: block;
}

.tbl-01 .th.flex.img {
    color: #222;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
}

.tbl-01 .th.flex.img span{
    display: block;
    width: 72%;
}

.tbl-01 .th a{
  color: #00acc1;
  display: block;
  text-decoration: underline;
  font-size: 1.8rem;
  font-weight: bold;
}

.tbl-01 .th{
  background: #f0fdff;
  width: 45%;
  padding: 20px;
  box-sizing: border-box;
  border-right: 1px solid #7ac3cc;
  color: #00acc1;
  font-size: 1.8rem;
  font-weight: bold;
}

.tbl-01 .th .small{
    font-size:1.4rem;
}

.tbl-01 .td{
  padding: 10px;
  margin: 0;
  width: 55%;
  background: #fff;
  box-sizing: border-box;
  text-align: right;
}

.tbl-02{
	border-collapse: separate;
	position:relative;
	background:#fff;
	margin:0 auto;
	table-layout: fixed;
}

.tbl-02 th,
.tbl-02 td{
	font-size:1.6rem;
	vertical-align:middle;
	position:relative;
	padding:26px 20px;
}

.tbl-02 th{
	background:#fff;
	width:25%;
	text-align: left;
	padding:26px 0;
	position: relative;
}

.tbl-02 th span {
    position: absolute;
    right: 0;
    top: 50%;
    text-align: center;
    background: #1e88e5;
    display: inline-block;
    padding: 0px 10px;
    color: #fff;
    margin-top: -.7em;
    border-radius: 3px;
    font-size: 1.5rem;
    line-height: 1.5;
}

.tbl-02 td *{
	font-size:1.6rem;
}

/*
---------------------------------------
h1-h6
---------------------------------------
*/

h1,h2,h3,h4,h5,h6{
	font-size:1.6rem;
	line-height:1.8;
	font-weight:normal;
}

.ttl-01 {
    font-size: 2rem;
    text-align: center;
	letter-spacing: 4.8px;
    margin-bottom: 30px;
}

.ttl-01 i {
    font-size: 4.2rem;
    display: block;
    line-height: 1.1;
	font-weight: 600;
	color: #d59514;
	letter-spacing: 10px;
}

.ttl-02 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 22px;
    letter-spacing: -.7px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.ttl-02 i {
    font-size: 3.6rem;
    letter-spacing: 4.8px;
    margin-bottom: 18px;
    display: block;
    line-height: 1;
    font-weight: 600;
    background: url(img/common/bg-ttl-02.png) no-repeat 50% 0%;
    padding: 99px 0 0 0;
    text-indent: 7px;
}

.ttl-03 {
	font-size:1.8rem;
    text-align: center;
    letter-spacing: 1px;
}

.ttl-03 i {
    font-size: 4.2rem;
    display: block;
    line-height: 1;
    font-weight: 600;
	color:#e64179;
    letter-spacing: 7px;
}

.ttl-04 {
    font-size: 1.6rem;
	padding:0 0 14px 37px;
	margin-bottom: 30px;
    letter-spacing: -1px;
	position:relative;
	border-bottom:2px solid #e0e0e0;
}

.ttl-04 i {
    font-size: 3.2rem;
	margin-right:15px;
    letter-spacing: 2px;
    display: inline-block;
	vertical-align:middle;
    line-height: 1;
    font-weight: 700;
	position: relative;
	top: -2px;
}

.ttl-04:before{
	margin-right:7px;
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	content:"";
	background:#595959;
	position:absolute;
	top:0;
	left:0;
}

.ttl-04.campaign:before{
	background:url(img/icon/ico-campaign.png) no-repeat 50% 50% / contain;
}

.ttl-04.column:before{
	background:url(img/icon/ico-column.png) no-repeat 50% 50% / contain;
}

.ttl-04.category:before{
	background:url(img/icon/ico-category.png) no-repeat 50% 50% / contain;
}

.ttl-05 {
	font-weight: bold;
	font-size: 2.6rem;
    text-align: center;
	position:relative;
	margin-bottom:20px;
}

.ttl-05:before{
	width:100%;
	height:1px;
	background:#595959;
	position:absolute;
	font-size:2.6rem;
	top:.9em;
	left:0;
	content:"";
}

.ttl-05 > span{
	position:relative;
	z-index:1;
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	padding: 0 0.3em;
	letter-spacing: 3.8px;
	text-indent: 3.8px;
}

.ttl-05 i {
    font-size: 1.3rem;
    display: block;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 11.8px;
}

.ttl-06 {
    font-size: 2.4rem;
    padding: 0px .7em;
    margin-bottom: 35px;
    border-left: 4px solid #2e4c66;
    font-weight: bold;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    line-height: 1.3;
}

.ttl-06:before {
	width:100%;
	height:5px;
	content:"";
	position:absolute;
	left:0;
	bottom:-21px;
	background:url(img/common/line-01.png) repeat-x bottom;
}

.ttl-07 {
    font-size: 2.4rem;
	padding:0 0 5px 0;
	margin-bottom: 12px;
    letter-spacing: 1px;
	position:relative;
	border-bottom:1px solid #e0e0e0;
	font-weight:bold;
    line-height: 1.5;
}

.ttl-07:before{
	margin-right:5px;
	display:inline-block;
	vertical-align:middle;
	width:38px;
	height:38px;
	content:"";
	background:#262626;
	background:url(img/icon/ico-child.png) no-repeat 50% 50% / contain;
}

.ttl-08 {
    font-size: 2.2rem;
    margin-bottom: 12px;
    font-weight: bold;
    line-height: 1.5;
}

.ttl-09 {
    font-size: 2.8rem;
    margin-bottom: 12px;
    font-weight: bold;
    line-height: 1.5;
}

.ttl-09 i {
    font-size: 1.7rem;
    display: block;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.3px;
	color:#cfcfcf;
}

.ttl-10 {
	font-size: 2.8rem;
    text-align: center;
	position:relative;
	font-weight: bold;
}

.ttl-10:after{
	font-size:2.8rem;
	bottom:.9em;
	width:100%;
	height:2px;
	background:#e0e0e0;
	position:absolute;
	left:0;
	content:"";
	z-index:1;
}

.ttl-10 > span{
	padding:0 5px;
	position:relative;
	z-index:2;
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	letter-spacing:2px;
}

.ttl-10:before {
	width:143px;
	height:29px;
	margin:0 auto;
	content:"";
	display:block;
	background:url(img/icon/ico-bullhorn.png) no-repeat 50% 50% / contain;
	z-index:2;
}

.ttl-11 {
	font-size: 1.8rem;
    text-align: center;
	position:relative;
	color:#2e4c66;
	margin-bottom: .7em;
	letter-spacing: 4.8px;
}

.ttl-11 i{
	font-size: 6.2rem;
	font-weight: 700;
	line-height:1.1;
	display:block;
	letter-spacing: 9px;
    position: relative;
    top: -.4em;
	margin-bottom: -.35em;
}

.ttl-12{
	font-size: 2.8rem;
    text-align: center;
	position:relative;
	color:#e64179;
	font-weight:bold;
	margin-bottom: .4em;
}

.ttl-12 > span{
	position:relative;
	z-index:2;
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	padding:0 20px;
	letter-spacing:2px;
}

.ttl-12:before{
	font-size:2.8rem;
	top:50%;
	margin-top:-3.5px;
	height:11px;
	width:100%;
	border-top:1px solid #f2a0bc;
	border-bottom:1px solid #f2a0bc;
	position:absolute;
	left:0;
	content:"";
	z-index:1;
	box-sizing: border-box;
}

.ttl-13 {
    display: block;
	width:100%;
    font-size: 1.6rem;
    margin-bottom: 12px;
    font-weight: bold;
    line-height: 1.5;
	border-bottom:1px solid #e0e0e0;
}

.ttl-13 i {
    font-size: 2.4rem;
	margin-right:15px;
    letter-spacing: 2px;
    display: inline-block;
	vertical-align:middle;
    font-weight: 700;
	position: relative;
	top: -2px;
}

/*
---------------------------------------
各ボタン
---------------------------------------
*/

.btn-01{
	text-align: center;
   width: 100%;
   max-width: 450px;
	margin:25px auto;
}

.btn-01 > * {
    width: 100%;
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
    border: 2px solid #2d4a63;
    box-sizing: border-box;
    padding: 10px 2em 11px 1em;
    color: #fff !important;
    background: #2d4a63;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2em;
}

.btn-01 > *:after {
	width:16px;
	height:26px;
	margin-top:-13px;
	background:url(img/svg/light/angle-right-white.svg) no-repeat 50% 50% / contain;
	content:"";
    transition: all .4s;
    position: absolute;
	right:20px;
	top:50%;
}

.btn-01 > *:active,
.btn-01 > *:focus,
.btn-01 > *:hover{
	background:#fff;
	color: #2d4a63 !important;
}

.btn-01 > *:active:after,
.btn-01 > *:focus:after,
.btn-01 > *:hover:after{
	background-image:url(img/svg/light/angle-right-navy.svg);
}

.btn-02{
	text-align: center;
    width: 100%;
    max-width: 522px;
	margin:25px auto;
}

.btn-02 > * {
    width: 100%;
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    border: 1px solid #2d4a63;
    box-sizing: border-box;
    padding: 8px 1em;
    color: #fff !important;
    background: #2d4a63;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
    cursor: pointer;
}

.btn-02 > *:after {
	width:10px;
	height:20px;
	margin-top:-10px;
	background:url(img/svg/light/angle-right-white.svg) no-repeat 50% 50% / contain;
	content:"";
    transition: all .4s;
    position: absolute;
	right:12px;
	top:50%;
}

.btn-02 > *:active,
.btn-02 > *:focus,
.btn-02 > *:hover{
	background:#fff;
	color: #2d4a63 !important;
}

.btn-02 > *:active:after,
.btn-02 > *:focus:after,
.btn-02 > *:hover:after{
	background-image:url(img/svg/light/angle-right-navy.svg);
}

.btn-03{
	text-align: center;
    width: 100%;
    max-width: 450px;
	margin:25px auto;
}

.btn-03 > * {
    width: 100%;
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    border: 2px solid #ffb847;
    box-sizing: border-box;
    padding: 10px 1em 11px 1em;
    color: #fff !important;
    background: #ffb847;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2em;
}

.btn-03 > *:after {
    width: 13px;
    height: 24px;
    margin-top: -12px;
    background: url(img/svg/light/angle-right-white.svg) no-repeat 50% 50% / contain;
    content: "";
    transition: all .4s;
    position: absolute;
    right: 25px;
    top: 50%;
}

.btn-03.link > *:before {
    width: 18px;
    height: 18px;
    background: url(img/svg/regular/external-link-alt-white.svg) no-repeat 50% 50% / contain;
    content: "";
    transition: all .4s;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
	position:relative;
	top:-3px;
}

.btn-03 > *:active,
.btn-03 > *:focus,
.btn-03 > *:hover{
	background:#fff;
	color: #ffb847 !important;
}

.btn-03 > *:active:after,
.btn-03 > *:focus:after,
.btn-03 > *:hover:after{
	background-image:url(img/svg/light/angle-right-orange.svg);
}

.btn-04{
	text-align:right;
}

.btn-04 > *{
	color:#24a3d3 !important;
	text-decoration:none !important;
	border-bottom:1px solid #24a3d3;
	transition:all .4s;
}

.btn-04 > *:hover{
	border:none;
	transition:all .4s;
}

.btn-04 > *:after{
	content:">";
	display:inline-block;
}

.btn-05{
	text-align: center;
    width: 100%;
	margin:25px auto;
}

.btn-05 > * {
    width: 100%;
    display: inline-block;
    font-size: 1.8rem;
    position: relative;
    border: 2px solid #ffefd6;
    box-sizing: border-box;
    padding: 10px 2em 11px 3em;
    color: #fd7143 !important;
    background: #ffefd6;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2em;
}

.btn-05 > *:active,
.btn-05 > *:focus,
.btn-05 > *:hover{
	background:#fff;
	color: #fd7143 !important;
}

.btn-06{
	text-align: center;
    width: 100%;
    max-width: 450px;
	margin:25px auto;
}

.btn-06 > * {
    width: 100%;
    display: inline-block;
    font-size: 1.6rem;
    position: relative;
    border: 1px solid #2d4a63;
    box-sizing: border-box;
    padding: 12px 5px 11px 5px;
    color: #2d4a63 !important;
    background: #fff;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2em;
	letter-spacing:-1.5px;
}

.btn-06 > *:after {
	width:16px;
	height:26px;
	margin-top:-13px;
	background:url(img/svg/light/angle-right-navy.svg) no-repeat 50% 50% / contain;
	content:"";
    transition: all .4s;
    position: absolute;
	right:20px;
	top:50%;
}

.btn-06.arrow-down > *:after {
    transform: rotate( 90deg );
}

.btn-06 > *:active,
.btn-06 > *:focus,
.btn-06 > *:hover{
	background:#2d4a63;
	color: #fff !important;
}

.btn-06 > *:active:after,
.btn-06 > *:focus:after,
.btn-06 > *:hover:after{
	background-image:url(img/svg/light/angle-right-white.svg);
}


/*
------------------------------------------------------------------------------
layout - common(base)
------------------------------------------------------------------------------
---------------------------------------
wrapper
---------------------------------------
*/

#wrapper{
	min-width: 1180px;
	width:100%;
	margin:0 auto;
	height:100%;
	position:relative;
	padding-top: 109px;
}

.inner-box{
	display: block;
	position:relative;
	max-width:1180px;
	width:98%;
	margin:0 auto;
	box-sizing:border-box;
}
#contents{
	width:100%;
	margin:0 auto;
}
#contents > section{
	padding: 50px 0;
}

/*
---------------------------------------
header
---------------------------------------
*/

#wrapper > header{
	min-width: 1180px;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 1000002;
	border-top:6px solid #2e4c66;
	background:#fff;
	/*overflow-x:auto;*/
}
#wrapper > header > .flex {
}
#wrapper > header .box{
    width: 100%;
}
#wrapper > header .logo{
	width: 26%;
	padding-bottom: 17px;
	padding-right: 20px;
	font-size: 1rem;
}
#wrapper > header .logo img{
	width: 100%;
	max-width:335px;
}
#wrapper > header > *{
	position: relative;
	z-index: 2;
}
#wrapper > header > .flex{
	padding: 15px 0 10px 0;
	align-items:center;
}
#wrapper > header h1 {
    font-size: 1.3rem;
    width: 100%;
    height: 2em;
    letter-spacing: 0;
    margin-bottom: 4px;
}
#wrapper > header h1 span{
    overflow-x: auto;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}
#wrapper > header.move h1 span{
	width:95%;
}
#wrapper > header.move h1{
	font-size:1.4rem;
	padding:18px 0 8px;
	height:auto;
	margin:0;
}
#wrapper > header.move > .flex{
	padding-top:0;
}
/*
---------------------------------------
nav
---------------------------------------
*/

#wrapper > header nav {
    position: relative;
    background: #fff;
    width: 100%;
}

#g-nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

#header nav > ul {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	border-left: solid 1px #ebebeb;
	padding: 0;
}

#header nav > ul > li {
	flex-grow: 1;
	width: 14%;
	position: relative;
	border-right: solid 1px #ebebeb;
	text-align:center;
}

#header nav > ul > li > a {
	display: block;
	padding: 5px 5px;
	transition: all .2s;
	font-size:1.4rem;
	font-weight:bold;
}

#header nav > ul > li > a:hover:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #262626 transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -3.5px;
}

#header nav > ul > li > a i{
	display: block;
	font-size:1.3rem;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	letter-spacing:1px;
	line-height:1.1;
	margin-bottom: 14px;
}

#header nav > ul > li.howto > a i {
	margin-bottom: 5px;
}

#header nav > ul > li.home > a {
	color:#58c4e9;
}
#header nav > ul > li.home > a:hover:after {
    border-color: #58c4e9 transparent transparent transparent;
}

#header nav > ul > li.area > a {
	color:#d59514;
}
#header nav > ul > li.area > a:hover:after {
    border-color: #d59514 transparent transparent transparent;
}


#header nav > ul > li.policy > a {
	color:#ff4a00;
}
#header nav > ul > li.policy > a:hover:after {
    border-color: #ff4a00 transparent transparent transparent;
}


#header nav > ul > li.car > a {
	color:#5d9c0b;
}
#header nav > ul > li.car > a:hover:after {
    border-color: #5d9c0b transparent transparent transparent;
}


#header nav > ul > li.agent > a {
	color:#e40e58;
}
#header nav > ul > li.agent > a:hover:after {
    border-color: #e40e58 transparent transparent transparent;
}


#header nav > ul > li.guide > a {
	color:#7749df;
}
#header nav > ul > li.guide > a:hover:after {
    border-color: #7749df transparent transparent transparent;
}

#header nav > ul > li.howto > a {
	color:#3e78ff;
}
#header nav > ul > li.howto > a:hover:after {
    border-color: #3e78ff transparent transparent transparent;
}


#header .inner-box > .flex {
    width: 79%;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
}
#header .inner-box > .flex nav{
	width:inherit;
	padding: 0;
}
#header .inner-box > .flex nav ul{
	justify-content: flex-end;
}

/* --------------------------------------------------- single menu */

.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-sizing:border-box;
}

.menu__second-level li {
	border-bottom: 1px solid #ebebeb;
	float:none !important;
}

.menu__second-level li a {
    display: block;
    padding: 10px 15px;
    font-size: 1.2rem;
	text-align: left;
	color:#fff;
	position:relative;
}

.menu__second-level li a:after {
	width:14px;
	height:20px;
	margin-top:-10px;
	content:"";
	position:absolute;
	top:50%;
	right:5px;
	background:url(img/svg/light/angle-right-white.svg) no-repeat 50% 50% / contain;
}

.menu__second-level li a:hover {
	background:#00bcd4;
	color:#fff;
}
li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 90%;
	left: -5%;
	width: 110%;
    background: #fff;
	box-shadow:0 0 3px 0 rgba(0,0,0,.3);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
	top: 138%;
	visibility: visible;
	opacity: 1;
}


/* area */

li.menu__single.area ul.menu__second-level {
	background: #d59514;
}
li.menu__single.area li a:hover {
	background: #b57f11;
}
li.menu__single.area .menu__second-level li {
	border-color:#ddaa43;
}


/* policy */

li.menu__single.policy ul.menu__second-level {
	background: #ff4a00;
}
li.menu__single.policy li a:hover {
	background: #d93f00;
}
li.menu__single.policy .menu__second-level li {
	border-color:#ff6e33;
}


/* car */

li.menu__single.car ul.menu__second-level {
	background: #5d9c0b;
	width: 150%;
	left: -25%;
}
li.menu__single.car li a:hover {
	background: #4f8509;
}
li.menu__single.car .menu__second-level li {
	border-color:#7db03c;
}


/* agent */

li.menu__single.agent ul.menu__second-level {
	background: #e40e58;
	width: 140%;
	left: -20%;
}
li.menu__single.agent li a:hover {
	background: #c20c4b;
}
li.menu__single.agent .menu__second-level li {
	border-color:#e93e79;
}


/* guide */

li.menu__single.guide ul.menu__second-level {
	background: #7749df;
	width: 120%;
	left: -10%;
}
li.menu__single.guide li a:hover {
	background: #653ebe;
}
li.menu__single.guide .menu__second-level li {
	border-color:#926de5;
}

#sp-btn,
#g-nav {
    display: none;
    position: relative;
}
/*
---------------------------------------
footer
---------------------------------------
*/

footer {
	background:#192b3f;
}
footer .fwrap-01{
	background: #2e4c66;
	padding: 55px 0 35px;
}

.fwrap-01 dl dt {
    padding: 35px 0;
    width: 20% !important;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
}

.fwrap-01 dl dd {
    width: 78% !important;
}

.fwrap-01 dl dd li a {
	color:#fff;
	padding:5px 5px 5px 15px;
	display:block;
	letter-spacing: 2px;
	font-size: 1.3rem;
}

.fwrap-01 dl dd li {
    border-right: 1px solid #6d8294;
}

.fwrap-01 dl dd li:nth-child(1),
.fwrap-01 dl dd li:nth-child(4n+1) {
    border-left: 1px solid #6d8294;
}

.fwrap-01 dl dd ul {
    min-height: 120px;
    align-items: center;
    align-content: center;
}
footer .fwrap-02{
    background: #f7f7f7 url(img/common/bg-02.png);
	padding: 0 0 50px;
}

.copyright a {
    font-size:1.6rem;
	font-weight:400;
	letter-spacing:1.7px;
	color:#fff;
	display:inline-block;
	padding:5px 0;
	text-decoration:none !important;
}

.copyright a::before {
    width: 16px;
    height: 26px;
    background: url(img/svg/light/angle-right-white.svg) no-repeat 50% 50% / contain;
    content: "";
    display: inline-block;
    transition: all .4s;
    margin-right: 12px;
    transform: rotate(270deg);
	vertical-align:middle;
}

/*
---------------------------------------
flex
---------------------------------------
*/

.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	box-sizing: border-box;
}

.flex.end{
	justify-content: flex-end;
}

.flex.center{
    align-items: center;
}

.flex.reverse{
	flex-direction: row-reverse;
}

.flex.start{
	justify-content: flex-start;
}

.flex.nowrap{
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
}

.flex.list{
	justify-content: flex-start;
}

.flex > *{
	box-sizing: border-box;
}

.flex.c02 > *{
	width: 48%;
}

.flex.c02-fd{
	align-items:center;
}

.flex.c02-fd > figure,
.flex.c02-fd > .lg{
	width: 32%;
}

.flex.c02-fd > div,
.flex.c02-fd > p,
.flex.c02-fd > .sl{
	width: 65%;
}

.flex.c02-fd-2 > figure,
.flex.c02-fd-2 > .lg{
	width: 41%;
}

.flex.c02-fd-2 > div,
.flex.c02-fd-2 > p,
.flex.c02-fd-2 > .sl{
	width: 56%;
}

.flex.c03 > *{
	width: 31.3333%;
}

.flex.c04 > *{
	width: 25%;
}

.flex.c05 > *{
	width: 20%;
}

.flex.c06 > *{
	width: 16.6666%;
}

.flex-tbl{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

.flex > *{
	box-sizing: border-box;
}

.flex-auto {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: space-between;
}

.flex-auto > *{
	box-sizing: border-box;
	flex-basis: auto;
}

/*
---------------------------------------
contents
---------------------------------------
----------------------------
common
----------------------------
*/

.Poppins{
	font-family: 'Poppins', sans-serif;
}

/*
---------------------------------------
modal
---------------------------------------
*/

.modal-container{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	overscroll-behavior: contain;
	overflow-y: scroll;
	z-index: 10000000;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.modal-container.active{
	opacity: 1;
	visibility: visible;
}

.modal-body{
	position: relative;
	max-width: 300px;
	width: 90%;
	margin: auto;
}

.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}

.modal-container::before,
.modal-container::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}

/*
---------------------------------------
column
---------------------------------------
*/

.article-list .info-box{
	background:#fff;
	border:1px solid #e5e5e5;
	padding:20px 30px;
}

.article-list .info-box .ttl{
	font-size:2.2rem;
}

.info-box .time-cat{
	margin-bottom:10px;
}

.info-box .time-cat .cat a{
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	padding:2px 1em;
	margin:0 15px 5px 0;
	border-radius:2em;
    font-size: 1.3rem;
	background:#2c4b65;
}

.info-box .time-cat .cat a:hover,
.info-box .time-cat .cat a:focus,
.info-box .time-cat .cat a:active{
	top:2px;
	position:relative;
}


.recommend-list .flex{
	padding:10px 35px 0;
}

.recommend-list .flex > *{
	padding:0 15px;
	margin:0 0 10px;
}

.recommend-list .info-box .ttl a{
	color:#24a3d3 !important;
	text-decoration:underline;
}

.recommend-list .info-box .ttl a:hover{
	text-decoration:none;
}

.recommend-list .info-box .ttl{
	font-size:2.2rem;
	font-weight:bold;
	line-height: 1.5;
}

.recommend-list .info-box .time-cat{
	margin:5px 0 12px;
}

.recommend-list .info-box .time-cat .cat a{
	line-height:1.3;
}

.floating-banner__link{
    position: fixed;
    bottom: 10px;
    right: 10px;
	display: block;
	z-index: 1000002;
}

/*
---------------------------------------
slick
---------------------------------------
*/
.slick-slide img {
    display: block;
    width: 100%;
}
/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    outline: none;
	text-indent:0;
    width: 44px;
    height: 100%;
    z-index: 100;
	border:none;
}

.slick-prev{
    left: -40px;
    background: url(img/common/ico-slider-left.png) no-repeat 50% 50%;
}

.slick-prev:hover{
	left:-42px;
}
[dir='rtl'] .slick-prev{
    right: -20px;
    left: auto;
}

.slick-prev:before{
	left:-20px;
}
[dir='rtl'] .slick-prev:before{
}

.slick-next:hover{
	right:-42px;
}

.slick-next{
    right: -40px;
    background: url(img/common/ico-slider-right.png) no-repeat 50% 50%;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: -20px;
}

.slick-next:before{
	right:-20px;
}
[dir='rtl'] .slick-next:before{
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 50px;
}

.slick-dots
{
    position: absolute;
    bottom: -32px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;

    cursor: pointer;
    font-size: 0;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 100%;
    height: 100%;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
    background: #aeaeae;
    border-radius: 100%;
    border: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button
{
    background:#e85427;
}



/*
----------------------------------------
contact
----------------------------------------
*/

/* header-01 */

.header-01 {
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5;
	letter-spacing: .5rem;
}

.header-01 .en {
	font-family: 'Roboto', sans-serif;
	font-size: 3.6rem;
	letter-spacing: .5rem;
}

.header-01 h2 {
	font-size: 1.8rem;
}

.contact-info .thanks-img {
	text-align: center;
	margin-bottom: 30px;
}

.contact-info .read {
	text-align: center;
	margin-bottom: 40px;
}

.contact-info .read a {
	text-decoration: underline;
}

.contact-info .back-btn {
	text-align: center;
	margin-top: 40px;
}

.back-btn a {
	display: inline-block;
	letter-spacing: 3px;
	padding: 15px 30px 15px 40px;
	border: solid 1px #000;
	background: url( img/common/arrow-left.svg ) 15px center / 8px no-repeat;
	transition: all .2s;
}

.back-btn a:hover {
	color: #fff;
	background: #000 url( img/common/arrow-left-wh.svg ) 10px center / 8px no-repeat;
}

.back-btn a:hover:after {
	right: 10px;
}

textarea {
    margin: 0 !important;
    width: 100% !important;
    height: 20rem !important;
}

#contact .mfp_element_text, #contact .mfp_element_number, #contact .mfp_element_select-one, #contact .mfp_element_email, #contact .mfp_element_tel, #contact .mfp_element_textarea, #contact .mfp_element_date, #contact .mfp_element_password {
    box-shadow: none;
    border: solid 1px #ccc;
    border-radius: 0;
    background: transparent;
    margin: 0;
}

#contact .mfp_element_all {

    max-width: 100%;

}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {

    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #CCC inset;
    padding: 3px 8px;
    margin: 2px;
    vertical-align: middle;

}

.mfp_element_all {

    max-width: 90%;

}
textarea {

    margin: 0 !important;
    width: 100% !important;
    height: 20rem !important;

}
input[type="text"], input[type="search"], input[type="tel"], input[type="number"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], textarea, select {

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.6rem;
    border: solid 1px #ccc;
    padding: 10px 15px !important;
    box-sizing: border-box;
    margin-right: 10px;
    text-align: left !important;

}

.page #thanks,
.page #contact{
	margin-bottom:45px;
}

#contact #g-nav {
	position: static !important;
}

.accbox.notice {
	width: 100%;
	margin: 40px 0;
	align-items: center;
	background: #fafafa;
}

.accbox.notice ul {
	padding-left: 1.4rem;
	text-indent: -1.4rem;
}

.accbox.notice li {
	margin: 5px 0;
}

.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    background :#fafafa;
    cursor :default;
    transition: all 0.5s;
    width: 25%;
	text-align: center;
}

.accbox label:hover {
    background: #fafafa;
}

.accbox input {
    display: none;
}

.accbox .accshow {
	background: #fafafa;
    padding: 15px 0;
    overflow: hidden;
    transition: 0.8s;
    width: 75%;
}

.form-step {
	width: 100%;
	margin-bottom: 30px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.form-step > p {
	width: 33.3333%;
	height: 50px;
	line-height: 50px;
	padding: 0 30px !important;
	background: #fafafa;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	text-align: center;
	white-space: nowrap;
	position: relative;
}

.form-step > p::before {
	content: '';
	border: solid 25px transparent;
	position: absolute;
	top: -1px;
	left: 1px;
	border-left: solid 20px #ddd;
}

.form-step > p::after {
	content: '';
	border: solid 25px transparent;
	position: absolute;
	top: -1px;
	left: 0;
	border-left: solid 20px #fafafa;
}

#mailformpro .step-01,
#mfp_phase_confirm .step-02 {
	background: #555;
	color: #fff;
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
}

.form-step > p.step-01::before,
.form-step > p.step-01::after {
	display: none;
}

#mailformpro .step-01 + p::before,
#mfp_phase_confirm .step-02 + p::before {
	display: none;
}

#mailformpro .step-01 + p::after,
#mfp_phase_confirm .step-02 + p::after {
	border-left: solid 20px #555;
}

.form-box {
	padding: 0;
}

#contact form#mailformpro {
	padding: 0;
}

#contact form#mailformpro > dl {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

#contact form#mailformpro dl dt {
	width: 25%;
	padding: 20px 70px 20px 20px;
	box-sizing: border-box;
	border: none;
	background: #fafafa;
	text-align: left;
	font-size: 1.6rem;
	position: relative;
}

#contact .req-label {
	display: inline-block;
	background: #a00;
	color: #fff;
	font-size: 1.2rem;
	padding: 0 5px;
	position: absolute;
	right: 20px;
	top: 25px;
}

#contact form#mailformpro dl dd {
	width: 75%;
	padding: 15px 44px 15px 20px;
	box-sizing: border-box;
	border: none;
	font-size: 1.6rem;
	position: relative;
}

#contact form#mailformpro dl dd::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url( img/common/icon-check.svg ) center center / 24px no-repeat;
	position: absolute;
	right: 0;
	top:24px;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

#contact form#mailformpro dl dd.ok::after {
	opacity: 1;
	visibility: visible;
}

#contact dd .flex > .ttl {
	width: 25%;
	padding: 13px 0;
}

#contact dd .flex > .input {
	width: 75%;
	padding: 5px 0;
}

#contact dd .flex.inline span {
	padding: 0 20px 0 0;
}

.pp-box {
	max-height: 140px;
	overflow: auto;
	border: solid 1px #ccc;
	padding: 30px;
	margin: 40px 0;
	-webkit-overflow-scrolling: touch;
}

.pp-box h2 {
	text-align: center;
	margin-bottom: 25px;
}

.pp-box h3 {
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.pp-box .address-box p {
	display: inline-block;
	background: #fafafa;
	margin-top: 20px;
	padding: 20px 30px;
}

.submit-box {
	text-align: center;
}

#contact .agree label {
	border: solid 1px #ccc !important;
	margin: 0 !important;
	font-size: 1.6rem;
	width: 360px;
	max-width: 100%;
}

#contact button.mfp_element_submit,
#contact button#mfp_button_send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 360px;
	max-width: 100%;
	font-size: 1.6rem;
	text-shadow: none;
	padding: 20px 0 15px;
	border-radius: 0;
	box-shadow: none !important;
	transition: all .2s;
}

#contact button.mfp_element_reset,
#contact button#mfp_button_cancel {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	text-shadow: none;
	padding: 10px 20px;
	border-radius: 0;
	border: solid 1px #000;
	background: #fff;
	color: #000;
	box-shadow: none !important;
	transition: all .2s;
}

#contact button.mfp_element_submit,
#contact button#mfp_button_send {
	border: solid 1px #000;
	background: #000;
	color: #fff;
	display: block;
	margin: 30px auto;
}

#contact button.mfp_element_submit,
#contact button.mfp_element_submit:hover,
#contact button#mfp_button_send:hover {
	border: solid 1px #333;
	background: #333;
}

#contact button.mfp_element_submit.disable,
#contact button.mfp_element_submit.disable:hover {
	border: solid 1px #777;
	background: #777;
}

#contact button.mfp_element_reset:hover,
#contact button#mfp_button_cancel:hover {
	background: #ddd;
}

#contact .mfp_element_all {
	max-width: 100%;
}

.form-box input[type="text"] {
	min-width: 310px;
}

#contact .mfp_element_text,
#contact .mfp_element_number,
#contact .mfp_element_select-one,
#contact .mfp_element_email,
#contact .mfp_element_tel,
#contact .mfp_element_textarea,
#contact .mfp_element_date,
#contact .mfp_element_password {
	box-shadow: none;
	border: solid 1px #ccc;
	border-radius: 0;
	background: transparent;
	margin: 0;
}

#contact .mfp_element_text.req,
#contact .mfp_element_number.req,
#contact .mfp_element_select-one.req,
#contact .mfp_element_email.req,
#contact .mfp_element_tel.req,
#contact .mfp_element_textarea.req,
#contact .mfp_element_date.req,
#contact .mfp_element_password.req {
	background: #fffeee;
}

#contact form#mailformpro label.mfp_not_checked,
#contact form#mailformpro label.mfp_checked {
	background: transparent;
	padding: 15px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	margin-right: 10px;
	box-shadow: none;
	border: none;
	border-radius: 0;
	transition: all .2s;
}


#contact form#mailformpro label.mfp_not_checked .mfp_err,
#contact form#mailformpro label.mfp_checked .mfp_err {
	text-align: center;
}

#contact form#mailformpro label.mfp_not_checked:hover,
#contact form#mailformpro label.mfp_checked {
	background: #eee;
}

#contact .name.flex > span {
	padding: 0;
	margin-right: 15px;
}

#contact .problem {
	border: solid 1px #a00 !important;
}

#contact div.mfp_err {
	background: transparent;
	padding: 0;
	margin: 10px 0 0;
	font-size: 1.2rem;
	color: #a00;
}

#contact div#mfp_phase_confirm h4 {
	font-size: 3rem;
	padding: 0;
}

#contact .mfp_confirm_before {
	text-align: center;
}

#contact table#mfp_confirm_table {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 30px 0 45px;
}

#contact table#mfp_confirm_table tr th,
#contact table#mfp_confirm_table tr td {
	font-size: 1.6rem;
	font-weight: normal;
	padding: 15px;
	box-sizing: border-box;
	border: none;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#contact table#mfp_confirm_table tr th {
	background: #fafafa;
}

#contact table#mfp_confirm_table tr.mfp_colored {
	background: transparent;
}

#contact div.mfp_buttons {
	padding: 0;
}

#contact .remaining {
	position: fixed;
	right: 20px;
	bottom: 110px;
	display: inline-block;
	background: #fff;
	border: solid 1px #a00;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .2s;
}

#contact .remaining.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

#contact .remaining .read {
	padding: 10px 20px;
}

#contact .remaining .num {
	background: #a00;
	color: #fff;
	padding: 5px 20px;
}


/*
---------------------------------------
1501px以上
---------------------------------------
*/
@media screen and (min-width: 1501px) {
/*--ここから記述--*/

/*--ここまで--*/
}

/*
---------------------------------------
1260px以下
---------------------------------------
*/
@media screen and (max-width: 1260px) {
/*--ここから記述--*/

/*--ここまで--*/
}


/*!---------------------------------------
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.2.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 ---------------------------------------
 */

/* Underline From Left */
.hvr-L a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-L a:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #00bcd4;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-L a:hover:before, .hvr-L a:focus:before, .hvr-L a:active:before {
  right: 0;
}


/*
---------------------------------------
750px以上
---------------------------------------
*/
@media screen and (min-width: 750px) {
/*--ここから記述--*/
#slide_menu,
.slide-menu {
    display: none;
}

.slick-slide img.sp,
.sp{
	display:none;
}

.slick-slide img.pc,
.pc{
	display:block;
}

.flex.pc{
	display:flex;
}

.midashi-box .pc{
	display:inline;
}


/*--ここまで--*/
}
/*
---------------------------------------
750px以下(タブレットサイズ)
---------------------------------------
*/
@media screen and (max-width: 750px) {
/*--ここから記述--*/

.slick-slide img.sp,
.sp{
	display:block;
}

.slick-slide img.pc,
.midashi-box .pc,
.flex.pc,
.pc{
	display:none;
}
body,
#wrapper,
#wrapper > header {
    min-width: auto;
    width: 100%;
}
#wrapper{
    padding-top: 90px;
	overflow:hidden;
}

.inner-box{
	width:95%;
}
div, p, dt, dd, li, address, blockquot {
    font-size: 1.3rem;
}

/*--header--*/
#wrapper > header{
	border:none;
	padding-bottom: 7px;
	height: 90px;
}
#wrapper > header .logo img {
    max-width: 145px;
}
#wrapper > header.move h1 {
    font-size: 1.1rem;
	padding: 7px 0;
}
#wrapper > header.move > .flex {
    padding-top: 0;
    width: 95%;
}
#wrapper > header.move .logo {
    width: 40%;
    padding: 0;
}
#wrapper > header .box {
    display: none;
}

/*--footer--*/
footer .fwrap-01 {
    padding: 25px 0 1px;
}
footer .fwrap-01 .inner-box {
    width: 100%;
    flex-direction: column-reverse;
}

.fwrap-01 dl dt {
	width: 100% !important;
}

.fwrap-01 dl dt img {
    display: block;
    margin: 0 auto 20px;
}

.fwrap-01 dl dd {
    width: 100% !important;
}

.fwrap-01 dl dd ul {
    display: flex;
	width:100%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	box-sizing: border-box;
}

.fwrap-01 dl dd li {
    margin-bottom: 0;
    letter-spacing: 0;
    width: 50% !important;
    border: none;
    text-align: center;
}

.fwrap-01 dl dd li:nth-child(1), .fwrap-01 dl dd li:nth-child(4n+1) {
    border-left: none;
}

.fwrap-01 dl dd li a{
    display: block;
    padding: 12px;
	position:relative;
}

.copyright {
    font-size: .9rem;
    letter-spacing: .5px;
    margin-top: 10px;
}

/*--title--*/
.ttl-01 {
    font-size: 1.5rem;
	margin-bottom: 20px;
}

.ttl-01 i {
    font-size: 3.2rem;
}

.ttl-02 {
    font-size: 1.6rem;
}

.ttl-02 i {
    font-size: 2.9rem;
    background: url(img/common/bg-ttl-02.png) no-repeat 50% 100% / 241px auto;
	padding: 105px 0 0 0;
}

.ttl-03 {
}

.ttl-03 i {
}

.ttl-04 {
    font-size: 1.3rem;
	margin-bottom: 10px;
	padding-left:27px;
}

.ttl-04 i {
	display:block;
    font-size: 2.4rem;
}

.ttl-04::before {
    margin-right: 5px;
    width: 22px;
    height: 22px;
}

.ttl-05 {
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: .5px;
}

.ttl-05 i {
    font-size: 1.3rem;
}

.ttl-06 {
    font-size: 1.7rem;
}

.ttl-06 i {
    font-size: 1.3rem;
}

.ttl-07 {
    font-size: 1.8rem;
}

.ttl-07::before {
    margin-right: 3px;
    width: 29px;
    height: 29px;
}

.ttl-08 {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.ttl-09 {
    font-size: 2.2rem;
}

.ttl-09 i {
    font-size: 1.3rem;
}

.ttl-10 {
    font-size: 2.2rem;
}

.ttl-10 i {
    font-size: 1.5rem;
}

.ttl-11 i {
    font-size: 3.2rem;
}

.ttl-11 {
    font-size: 1.4rem;
}

.ttl-12 {
    font-size: 2.1rem;
}

.ttl-12::before {
    font-size: 2.1rem;
    margin-top: -1.5px;
    height: 8px;
}

.ttl-13 i {
	font-size:1.8rem;
}

.ttl-13 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

/*--table--*/


/*--btn--*/
.btn-01 > * {
	font-size: 1.3rem;
}

.btn-02 > * {
}

.btn-05 > * {
    font-size: 1.5rem;
    padding: 10px 1em 11px 2em;
}

.btn-06 > * {
	font-size: 1.3rem;
}

/*--flex--*/
.flex-list-wrap{
	overflow: auto;
    width: 100%;
}

.flex-list-wrap > .flex{
    min-width: 1180px;
}

/*-- recommend-list --*/
.recommend-list .flex {
    padding: 10px 65px 0;
}

.recommend-list .flex > * {
    width: 33.3333%;
}

.recommend-list .info-box .ttl {
    font-size: 1.8rem;
}

/*--info-box--*/
.info-box .time-cat {
    margin: 7px 0;
}

.info-box .time-cat .cat a {
    padding: 2px 1em;
    margin: 0 5px 5px 0;
    font-size: 1.2rem;
}

	/* contact */

#contact #g-nav {
	position: fixed !important;
}


#contact #contents {
	padding: 0 15px 40px;
}

.contact-info {
	margin-bottom: 15px;
}

.contact-info .flex {
	flex-direction: column;
}

.contact-info .cont {
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
}

.contact-info .tel a {
	font-size: 3rem;
}

.contact-info .line {
	margin-top: 10px;
}

.contact-info .thanks-img {
	margin: 20px 0 10px;
}

.contact-info .read {
	text-align: left;
	padding: 0 15px;
	margin-bottom: 15px;
}

#thanks .contact-info .flex {
	padding: 0 15px;
}

.contact-info .back-btn {
	margin: 0 0 40px;
}

.contents .flex > dt {
	width: 100%;
	border-bottom: solid 1px #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.accbox.notice {
	margin: 15px 0;
	flex-direction: column;
	width: 100%;
	font-size: 1.2rem;
	box-sizing: border-box;
	padding: 0;
}

.accbox.notice ul {
	padding-left: 1.2rem;
	text-indent: -1.2rem;
}

.contents .flex.accbox >  label {
	display: block;
	    width: 100%;
	    padding: 10px;
}

.accbox .accshow {
	    height: 0;
	    padding: 0;
	    overflow: hidden;
	    opacity: 0;
	    transition: 0.8s;
	    width: 100%;
}

.accbox label {
	position: relative;
}

.accbox label:before {
	    content: '';
	    width: 15px;
	    height: 15px;
	    background: url(img/common/icon-plus.svg) center center / 15px no-repeat;
	    position: absolute;
	    right: 35%;
	    top: 50%;
	    transform: translateY( -50% );
}

.cssacc:checked + label:before {
	    background: url(img/common/icon-minus.svg) center center / 15px no-repeat;
}

.accbox .accshow {
	padding: 0 15px 0;
	background: none;
}

.cssacc:checked + label + .accshow {
	    height: auto;
	    opacity: 1;
}

.accbox.notice li:last-child {
	margin: 5px 0 15px;
}

.form-step {
	margin: 15px 0;
	font-size: 1.1rem;
}

.form-step > p {
	padding: 0 0 0 30px !important;
}

#contact form#mailformpro > dl {
	flex-direction: column;
}

#contact form#mailformpro dl dt {
	width: 100%;
	background: transparent;
	padding: 5px 40px 5px 0;
	position: relative;
}

#contact form#mailformpro dl dt::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url( img/common/icon-check.svg ) center center / 24px no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY( -50% );
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

#contact form#mailformpro dl dt.ok::after {
	opacity: 1;
	visibility: visible;
}

#contact .req-label {
	position: relative;
	right: 0;
	top: 0;
	vertical-align: middle;
	margin-left: 10px;
}

#contact form#mailformpro dl dd {
	width: 100%;
	padding: 5px 0 15px;
}

#contact dd .address {
	flex-direction: column;
	margin: 0;
}

#contact form#mailformpro dl dd::after {
	display: none;
}

#contact dd .flex > .ttl {
	width: 100%;
	padding: 5px 0;
}

#contact dd .flex > .input {
	width: 100%;
}

.pp-box {
	border: none;
	padding: 15px;
	margin: 0 0 25px;
	background: #fafafa;
}

.pp-box .address-box p {
	background: transparent;
	border: solid 1px #ddd;
	width: 100%;
	box-sizing: border-box;
}

.submit-box {
	text-align: center;
}

#mfp_loading,
#mfp_loading_screen,
#div#mfp_overlay_background {
	display: none !important;
}

#contact .agree label {
	display: block;
	text-align: center;
	padding: 15px 5px !important;
}

#contact button.mfp_element_submit,
#contact button#mfp_button_send {
	display: block;
	width: 100%;
	margin: 20px 0;
	padding: 20px;
}

#contact form#mailformpro .flex label.mfp_not_checked,
#contact form#mailformpro .flex label.mfp_checked {
	display: block;
	box-sizing: border-box;
	text-align: center;
}

#contact form#mailformpro .flex label.mfp_not_checked {
	background: #fafafa;
}

#contact form#mailformpro label.mfp_not_checked,
#contact form#mailformpro label.mfp_checked {
	margin: 0;
	font-size: 1.4rem;
}

#contact .flex.inline {
	justify-content: space-between;
	margin: 0;
}

#contact .flex.inline > span {
	width: calc( 50% - 7.5px ) !important;
	margin: 0 !important;
}

#contact dd .flex.inline span {
	    padding: 0;
}

#contact div#mfp_phase_confirm h4 {
	font-size: 2rem;
	margin: 20px 0;
}

#contact table#mfp_confirm_table {
	margin: 20px 0 0;
}

#contact table#mfp_confirm_table tr {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

#contact table#mfp_confirm_table tr th {
	width: 100%;
	padding: 10px 15px;
}

#contact .remaining {
	right: 0;
	left: 0;
	bottom: 40px;
	display: block;
}

#contact .remaining .read {
	display: none;
}

#contact .copyright {
	padding-bottom: 90px;
}

.header-01 {
	margin: 15px 0;
}

.header-01 .en {
	font-size: 2.8rem;
}

.header-01 h2 {
	font-size: 1.4rem;
}

.header-01 .read {
	text-align: left;
	letter-spacing: 0;
}

.floating-banner__link{
	width: 40%;
}

/*
-------------------
カラム落ち&ハンバーガーメニュー設定
-------------------
*/

/* g-anv */


#g-nav {
    display: block;
    z-index: 999999999;
    position: fixed !important;
    top: 0;
    transition: 1s;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    /*メニューの幅を変える場合はこのwidthを変更*/
    width: 90%;
    height: 100%;
    right: -120%;
    /*background: #fff;*/
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

#g-nav .alnC{
	padding:12px 0;
	background: #2e4c66;
}
#g-nav .alnC img{
	width: 133px;
}

#g-nav.active {
    right: 0;
    transition: all 0.3s;
}

#g-nav .gnav-logo {
    font-size: 2rem;
    width: 100%;
    height: 60px;
    padding: 1rem 3%;
    background: #fff;
    border: 1px solid #f0f0f0;
}

#g-nav .gnav-logo img {
    width: 55%;
    height: auto;
}

#g-nav .inner-gnav-box{
	height: 100%;
	overflow: auto;
}

.g-nav-list.flex.sp {
    width: 100%;
    margin: 0 auto;
}

#g-nav .g-nav-list > li {
    font-size: 1.5rem;
    background: #fff;
    /*color: #1464c8;*/
    border-bottom: 1px solid #b7b7b7;
    position: relative;
}
#g-nav .g-nav-list li.dpmenu ul {
    background: #e8f9ff;
}
#g-nav .g-nav-list li.dpmenu li {
    width: 100%;
    font-size: 1.5rem;
    padding: 0 2em;
    border-top: 1px solid #b7b7b7;
}
#g-nav .g-nav-list li.dpmenu li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
	padding:1.5rem 0 1.3rem 0;
}
#g-nav .g-nav-list > li > a {
    display: block;
    padding: 1.5rem 5% 1.3rem calc(5% + 2.5rem);
	padding: 1.5rem 5% 1.3rem 5%;
    position: relative;
}
#g-nav .g-nav-list > li.dpmenu > a{
	width:90%;
	padding-right:0;
	margin-right:0;
}
#g-nav .g-nav-list > li svg,
#g-nav .g-nav-list > li i {
    display: inline-block;
    line-height: 1;
    margin-top: 5px;
    padding: 0;
    font-size: 2rem;
    position: absolute;
    top: 1.5rem;
    right: 10px;
    transition: all .4s;

}
#g-nav .g-nav-list > li > i {
    z-index: 100;
    width: 1em;
    height: 1em;
    background: url(img/svg/light/chevron-right-blue.svg) no-repeat 50% 50% / contain;
    transition: all .4s;
}
#g-nav .g-nav-list > li.on > i {
	transform: rotate(90deg);
}

#sp-btn {
width: 55px;
height: 55px;
z-index: 99999999999;
transition: all 0.2s;
position: absolute !important;
top: 25px;
right: 10px;
background: #189fcc;
display: -ms-flexbox;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: center;
border-radius: 100%;
}

#sp-btn:active,
#sp-btn:hover {
    cursor: pointer;
}

#sp-btn.active {
    background: none;
}
#sp-btn.active {
    right: 90%;
    top: 10px;
    margin-top: 0;
	width:38px;
	height:38px;
}

#sp-btn.active #sp-btn-a span {
    background: #fff;
}

#sp-btn #sp-btn-a,
#sp-btn #sp-btn-a span {
    display: inline-block;
    box-sizing: border-box;
    transition: all .5s;
}

#sp-btn #sp-btn-a {
    position: relative;
    width: 22px;
    height: 22px;
	margin-bottom: 1rem;
	display:block;
}

#sp-btn #sp-btn-a:active,
#sp-btn #sp-btn-a:hover {
    opacity: 1;
}

#sp-btn #sp-btn-a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

#sp-btn #sp-btn-a span:nth-of-type(1) {
    top: 1px;
}

#sp-btn #sp-btn-a span:nth-of-type(2) {
    top: 9px;
}

#sp-btn #sp-btn-a span:nth-of-type(3) {
    bottom: 3px;
}

#sp-btn-a::after {
    position: absolute;
    left: -6px;
    bottom: -12px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    line-height: .9;
    letter-spacing: 1px;
    transition: all 0.2s;
}
#sp-btn.active #sp-btn-a::after {
    color: #fff;
    display: none;
}

#sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

#sp-btn.active span:nth-of-type(2) {
    opacity: 0;
}

#sp-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

/*#sp-btn-close {
    width: 40px;
    position: fixed;
    top: 3%;
    right: 5%;
    z-index: 999999999999;
    transition: all 0.2s;
}*/

#sp-btn-close.active {
    display: block;
}

#sp-btn-close-02 {
    padding: 20px 3%;
    color: #fff;
    font-size: 1.6rem;
    text-align: right;
}

#sp-btn-close-02 img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
#wrapper > header > .flex{
	padding:0;
	width: 100%;
}
#wrapper > header #g-nav .tel-box-gnav {
	margin:25px auto;
	width:95%;
}
#wrapper > header #g-nav .tel{
	width:48%;
	padding:0;
	max-width: 480px;
}
#wrapper > header #g-nav .tel,
#wrapper > header #g-nav .tel > dt,
#wrapper > header #g-nav .tel > dd{
	text-align:center;
}

.bg-fixed #wrapper > header .overlay{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 1;
}

/*--ここまで--*/
}

/*
---------------------------------------
480px以下
---------------------------------------
*/
@media screen and (max-width: 480px) {
/*--ここから--*/

#wrapper{
    padding-top: 73px;
}
#pan,#pan-2{
	white-space:nowrap;
}
#pan > span{
	display: block;
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
}

.fwrap-01 dl dd li a {
    padding: 12px 8px;
    font-size: 1.3rem;
}

/*--common--*/

#wrapper > header h1 span{
    line-height: 1.1;
}
#wrapper > header.move h1 span {
	width:95%;
}

/*--title--*/
.ttl-01 i {
}

.ttl-02 {
}

.ttl-03{
}

.ttl-04 {
}

.ttl-04 i {
}

.ttl-05 {
}

.ttl-05::before {
	display:none;
}

.ttl-05 > span {
    letter-spacing: 0;
    text-indent: 0;
}

.ttl-05 i {
    font-size: 1.2rem;
    letter-spacing: 3.8px;
}

.ttl-06 {
}

.ttl-06 i {
}

.ttl-07 {
    font-size: 1.5rem;
}

.ttl-07::before {
    margin-right: 3px;
    width: 22px;
    height: 22px;
}

.ttl-08 {
}

.ttl-11 i {
    font-size: 2.4rem;
}

.ttl-11 {
    font-size: 1.2rem;
}

.ttl-12 {
    font-size: 1.8rem;
}

.ttl-12::before {
    font-size: 1.8rem;
    height: 6px;
}

/*--btn--*/


/*--recommend-list--*/

.recommend-list .info-box .ttl {
    font-size: 1.3rem;
}

/*--info-box--*/
.info-box .time-cat .cat a {
    padding: 0px 1em;
    margin: 0 5px 5px 0;
    font-size: 1.1rem;
}

.article-list .info-box {
    padding: 12px 15px;
}


/*--ここまで--*/
}
/*
---------------------------------------
375px以下
---------------------------------------
*/
@media screen and (max-width: 375px) {
/*--ここから--*/

#wrapper{
    padding-top: 65px;
}
div, p, dt, dd, li, address, blockquot {
    font-size: 1.2rem;
}

/*--title--*/

.ttl-07 {
    font-size: 1.3rem;
}

.ttl-07::before {
    margin-right: 3px;
    width: 19px;
    height: 19px;
}

.ttl-11 i {
    font-size: 2.2rem;
}

.ttl-11 {
    font-size: 1.1rem;
}

.fwrap-01 dl dt {
    padding: 25px 0;
    font-size: 1.3rem;
}

.fwrap-01 dl dt img {
    margin: 0 auto 10px;
    width: 131px;
}

/*--ここまで--*/
}
