/* 調整用スタイル */

@media screen and (min-width: 1100px) {
	img {
		width: auto;
	}
}
.pcOnly {display:none;}

@media screen and (min-width: 767px) {
	.pcOnly {display:inherit;}
	.spOnly {display:none;}
}

@media screen and (min-width: 767px) {
	a[href^="tel:"] {
	    pointer-events: none;
	}
}

header {
	width:100%;
}
header .mv {
	width:100%;
	text-align:center;
}
header .mv img {
	margin:0 auto;
}
header .inner {
	display:flex;
	justify-content: space-between;
	margin:0 auto;
	padding:20px 0;
	max-width:1000px;
}
header .inner .read {
	width:67%;
	font-family: 'NotoSansCJKjp';
	font-weight: 400;
	font-size:20px;
}
header .inner .btnbox {
	padding:10px 0 20px;
	width:30%;
	text-align:center;
	border:6px double #0091A4;
}
header .inner .btnbox .ti {
	margin-bottom:10px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:18px;
}
header .inner .btnbox a.square_btn_word {
    position: relative;
    display: inline-block;
    padding: 0.5em 0;
    text-align:center;
    text-decoration: none;
    color: #FFF;
    background:#1168b7 url(../img/ic_word.png) no-repeat 10px center ;
    background-size:20% auto;
    border-bottom: solid 2px #0057a6;/*少し濃い目の色に*/
    border-radius: 8px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-size: 24px ;
    font-weight: bold;
    width:80%;
}
header .inner .btnbox a:hover.square_btn_word {
    opacity:0.8;
}

@media screen and (max-width:767px) {
	header .inner {
		flex-direction: column;
		padding:20px 5%;
		max-width:100%;
	}
	header .inner .read {
		width:100%;
		font-size:16px;
	}
	header .inner .btnbox {
		margin:20px auto 0 ;
		width:90%;
	}
}

.sec01 {
	margin:40px auto;
	padding:30px 0;
	width:100%;
	background:#9ed8f6;
}
.sec01 .inner {
	margin:0 auto;
	max-width:1100px;
}
.sec01 .logo {
	margin:0 auto;
	max-width:250px;
}
.sec01 .ti_0 {
	text-align:center;
	font-size:18px;
}
.sec01 .ti_box {
	display:flex;
	justify-content: center;
	align-items: center;
}
.sec01 .ti_box .ti_1 {
	font-size:28px;
}
.sec01 .ti_box .ti_2 {
	margin:0 20px;
	font-size:40px;
	font-family: 'NotoSansCJKjp';
	font-weight: 900;
	color:#014099;
}
.sec01 .ti_box .ti_3 span {
	padding:5px 10px;
	font-size:24px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	color:#fff;
	background:#e60012;
}
.sec01 .detail_box {
	margin-top:10px;
	padding-bottom:30px;
	background:#fff;
	border-radius: 20px;
}
.sec01 .ti_4 {
	margin-bottom:20px;
	padding:10px 0;
	background:#014099;
	text-align:center;
	border-radius: 20px 20px 0 0;
}
.sec01 .ti_4 img {
	margin:0 auto;
}
.sec01 dl {
	display:flex;
	justify-content: space-between;
	margin:0 5% 10px;
}
.sec01 dl dt {
	width:10%;
}
.sec01 dl dt span {
	display:block;
	margin-top:5px;
	padding:5px 5px 7px ;
	font-size:18px;
	color:#014099;
	background:#fff;
	text-align:center;
	border-radius: 7px;
	border:2px solid #014099;
}
.sec01 dl dd {
	width:87%;
	font-size:30px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	color:#014099;
}
.sec01 dl dd ul {
	margin-left:1.5em;
	font-size:18px;
	font-family: 'NotoSansCJKjp';
	font-weight: 400;
	color:#333;
}
.sec01 dl dd ul li:before{
	content: '○ ';
	margin-left:-1.2em;
	color:#000;
}
ul.tyuusyaku {
	margin-top:30px;
	margin-left:1.5em;
	font-size:14px;
}
ul.tyuusyaku li:before {
	content: '◎ ';
	margin-left:-1.2em;
	color:#333;
}
@media screen and (max-width:767px) {
	.sec01 {

	}
	.sec01 .inner {
		margin:10px 5%;
		max-width:90%;
	}
	.sec01 .ti_0 {
		font-size:14px;
	}
	.sec01 .ti_box {
		flex-direction: column;
		margin-top:10px;
	}
	.sec01 .ti_box .ti_1 {
		font-size:22px;
	}
	.sec01 .ti_box .ti_2 {
		margin:0 20px 10px;
		font-size:36px;
		line-height:1.2;
		text-align:center;
	}
	.sec01 .ti_box .ti_3 span {
		font-size:20px;
	}
	.sec01 .ti_4 img {
		width:90%;
	}
	.sec01 dl {
		margin-bottom:15px;
		flex-direction: column;
	}
	.sec01 dl dt {
		width:40%;
	}
	.sec01 dl dd {
		margin:5px 0 15px;
		width:100%;
		font-size:20px;
	}
	.sec01 dl dd ul {
		margin-top:5px;
		font-size:16px;
	}
}

.sec02 {
	margin:50px auto;
	max-width:1100px;
}
.sec02 .flexbox {
	display:flex;
	justify-content: space-between;
}
.sec02 .flexbox .left {
	width:50%;
}
.sec02 .flexbox .right {
	width:50%;
}
.sec02 .flexbox .right p {
	margin-bottom:20px;
}

h2 {
	font-size:28px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	color:#014099;
}
h2:before {
	content: '● ';
	color:#5db7e8;
}

.sec02 .flexbox .left ul {
	margin-top:10px;
	margin-left:1.5em;
	font-size:18px;
	font-family: 'NotoSansCJKjp';
	font-weight: 400;
	color:#333;
}
.sec02 .flexbox .left ul li {
	margin-bottom:5px;
}
.sec02 .flexbox .left ul li:before{
	content: '○ ';
	margin-left:-1.2em;
	color:#000;
}
@media screen and (max-width:767px) {
	.sec02 {
		margin:50px 5%;
		max-width:90%;
	}
	.sec02 .flexbox {
		flex-direction: column;
	}
	.sec02 .flexbox .left {
		width:100%;
	}
	.sec02 .flexbox .right {
		margin-top:20px;
		width:100%;
	}
	h2 {
		font-size:24px;
	}
	.sec02 .flexbox .left ul {
		font-size:16px;
	}
}

.sec03 {
	margin:50px auto;
	max-width:1100px;
}
.sec03 .flexbox {
	display:flex;
	justify-content: space-between;
	margin:20px 0;
	padding:0 0 20px;
}
.sec03 .flexbox_line {
	border-bottom:2px dotted #666;
}
.sec03 .flexbox .left {
	width:15%;
}
.sec03 .flexbox .right {
	width:82%;
}
.sec03 .flexbox h3 {
	margin-bottom:10px;
	font-size:34px;
	font-family: 'NotoSansCJKjp';
	font-weight: 900;
}
.sec03 .flexbox h3.style1 {
	color:#df7f23;
}
.sec03 .flexbox h3.style2 {
	color:#ec6d74;
}
.sec03 .flexbox ul {
	margin-left:1.5em;
}
.sec03 .flexbox ul li:before {
	content: '● ';
	margin-left:-1.3em;
	color:#b5b6b6;
}
@media screen and (max-width:767px) {
	.sec03 {
		margin:50px 5% ;
		max-width:90%;
	}
	.sec03 .flexbox {
		flex-direction: column;
	}
	.sec03 .flexbox .left {
		display:none;
	}
	.sec03 .flexbox .right {
		width:100%;
	}
	.sec03 .flexbox h3 {
		font-size:26px;
	}
	.sec03 .flexbox h3.style1 {
		padding-left:30%;
		background:url(../img/sec03_1.png) no-repeat left center ;
		background-size:contain;
	}
	.sec03 .flexbox h3.style2 {
		padding-left:30%;
		background:url(../img/sec03_2.png) no-repeat left center ;
		background-size:contain;
	}
	.sec03 .flexbox ul {
		font-size:16px;
	}
}

.sec04 img {
	margin:0 auto;
}
@media screen and (max-width:767px) {
	.sec04 {
		margin:0 5% ;
	}
}

footer {
	margin:50px auto;
	max-width:1100px;
	text-align:center;
}
footer .ti {
	margin-bottom:10px;
	padding:7px 0;
	font-size:26px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	color:#fff;
	background:#014099;
	text-align:center;
	border-radius: 40px;
}
footer .tel {
	font-size:46px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	color:#e8343d;
	line-height:1.3;
}
footer .fax {
	font-size:26px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	color:#e8343d;
	line-height:1;
}
@media screen and (max-width:767px) {
	footer {
		margin:50px 5%;
		max-width:90%;
	}
	footer .ti {
		font-size:20px;
	}
	footer .tel {
		font-size:32px;
	}
	footer .fax {
		font-size:20px;
		line-height:2;
	}
	footer strong {
		display:block;
	}
	footer small {
		font-size:12px;
	}
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

