@charset "utf-8";

* {	word-break:break-all;
	border:0;}
body { 	margin: 0;
	padding: 0;
	font-size: 18px;
	text-align: center;
	font-family: 'Noto Sans JP';
	font-weight: 400;
	font-feature-settings: "pkna";
	font-feature-settings: "palt";}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

a { color: #006699;}
a:hover { color: #006699;
	text-decoration: none;}
a:visited { color: #006699;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.green { color: #009900}

.size8 { font-size: 8px; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }
.size26 { font-size: 26px; }
.size28 { font-size: 28px; }
.size36 { font-size: 36px; }
.size48 { font-size: 48px; }
.size72 { font-size: 72px; }

.margin-bottom5 { margin-bottom: 5px;}
.margin-bottom10 { margin-bottom: 10px;}
.margin-bottom15 { margin-bottom: 15px;}
.margin-bottom20 { margin-bottom: 20px;}
.margin-bottom25 { margin-bottom: 25px;}
.margin-bottom30 { margin-bottom: 30px;}
.margin-bottom35 { margin-bottom: 35px;}
.margin-bottom40 { margin-bottom: 40px;}
.margin-bottom45 { margin-bottom: 45px;}
.margin-bottom50 { margin-bottom: 50px;}
.margin-bottom55 { margin-bottom: 55px;}
.margin-bottom60 { margin-bottom: 60px;}
.margin-bottom70 { margin-bottom: 70px;}
.margin-bottom80 { margin-bottom: 80px;}
.margin-bottom90 { margin-bottom: 90px;}
.margin-bottom100 { margin-bottom: 100px;}
.margin-top5 { margin-top: 5px;}
.margin-top10 { margin-top: 10px;}
.margin-top15 { margin-top: 15px;}
.margin-top20 { margin-top: 20px;}
.margin-top25 { margin-top: 25px;}
.margin-top30 { margin-top: 30px;}
.margin-top35 { margin-top: 35px;}
.margin-top40 { margin-top: 40px;}
.margin-top45 { margin-top: 45px;}
.margin-top50 { margin-top: 50px;}
.margin-top55 { margin-top: 55px;}
.margin-top60 { margin-top: 60px;}
.margin-top70 { margin-top: 70px;}
.margin-top80 { margin-top: 80px;}
.margin-top90 { margin-top: 90px;}
.margin-top100 { margin-top: 100px;}
.padding-bottom5 { padding-bottom: 5px;}
.padding-bottom10 { padding-bottom: 10px;}
.padding-bottom15 { padding-bottom: 15px;}
.padding-bottom20 { padding-bottom: 20px;}
.padding-bottom25 { padding-bottom: 25px;}
.padding-bottom30 { padding-bottom: 30px;}
.padding-bottom35 { padding-bottom: 35px;}
.padding-bottom40 { padding-bottom: 40px;}
.padding-bottom45 { padding-bottom: 45px;}
.padding-bottom50 { padding-bottom: 50px;}
.padding-bottom55 { padding-bottom: 55px;}
.padding-bottom60 { padding-bottom: 60px;}
.padding-bottom70 { padding-bottom: 70px;}
.padding-bottom80 { padding-bottom: 80px;}
.padding-bottom90 { padding-bottom: 90px;}
.padding-bottom100 { padding-bottom: 100px;}
.padding-top5 { padding-top: 5px;}
.padding-top10 { padding-top: 10px;}
.padding-top15 { padding-top: 15px;}
.padding-top20 { padding-top: 20px;}
.padding-top25 { padding-top: 25px;}
.padding-top30 { padding-top: 30px;}
.padding-top35 { padding-top: 35px;}
.padding-top40 { padding-top: 40px;}
.padding-top45 { padding-top: 45px;}
.padding-top50 { padding-top: 50px;}
.padding-top55 { padding-top: 55px;}
.padding-top60 { padding-top: 60px;}
.padding-top70 { padding-top: 70px;}
.padding-top80 { padding-top: 80px;}
.padding-top90 { padding-top: 90px;}
.padding-top100 { padding-top: 100px;}

.b { font-weight: bold; }
.strong{ font-weight:bold; }
.em{ font-weight:bold; }

.yline { background: #ffff00; }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レイアウト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


div#contents {
	width: 900px;
	margin: 0 auto;
}
div#main {
	background: #FFFFFF;
	margin: 0px auto 30px;
	overflow: hidden;
	clear: both;
}
.attention{ 
    margin: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

h2 {
	color:#454545;
	font-size:22px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	border-top:#cccccc solid 1px;
	background: transparent url(image/bg-sh02.jpg)  repeat-x left center;
	margin:40px 0 30px;
	padding: 9px 10px 12px 10px;
	clear: both;
}
h3 {
	color:#454545;
	font-size:18px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	border-bottom:#cccccc solid 1px;
	margin: 30px 0 10px;
	padding:9px 10px 12px 40px;
	background: url(image/bookmark.png) no-repeat 5px 8px;
	clear: both;
}
h4 {
	color:#061872;
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:0 0 7px;
	padding:0 0 0;
}
h4.toku{
	width: 100%;
	margin: 0;
	text-align: left;
	color: #333;
	padding: 10px 20px;
	margin: 20px 0 30px;
	box-sizing: border-box;
	font-size: 20px;
	border-radius: 3px;
	background: #F2EDEA;
	clear: both;
}
.par_box:nth-child(odd){
	width: 49%;
	display: block;
	float: left;
}
.par_box:nth-child(even){
	width: 49%;
	display: block;
	float:right;
}
.card-container{
	width: 100%;
	display: flex;
	margin: 20px auto 40px;
	clear: both;
}
.card-container .left-img {
	width: 300px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.card-container img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.card-container .right-txt {
	width:100%;
	margin: 0 0 0 20px;
	padding: 0;
}
.card-container .title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 20px;
}
.card-container p {
	font-size:18px;
	line-height:1.5em;
	text-align:left;
	margin:0;
}
.card-container p.icon{
	margin: 0 10px 10px;
	color: #0055A0;
	font-weight: bold;
	font-size: 16px;
}
.card-container a {
	color: #717F8A;
	text-decoration: none;
}
.dlb_btn a{
	color: #fff;
	margin-top: 120px;
    margin-bottom:0;
	padding: 10px 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	background: linear-gradient(180deg,#0052A4,#001B75); 
	border-radius: 5px;
	float: right;
}
.dlb_btn a:hover{
    color: #fff;
    background: linear-gradient(180deg,#FF8800,#FB3F1E); 
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 光るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.button_wrap {
    margin-bottom: 80px;
	padding: .5em 0 0;
	overflow: hidden;
	position: relative;
}
.btn-cv{
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1.2;
	margin: 10px auto 20px;
	padding: .4em 0 .3em;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 80%;
}
.btn-cv img {
	vertical-align: middle;
}
.btn-cv:after {
	content: ' ' !important;
}

/* 緑ボタン */
.btn-cv.sb_green {
	background: -webkit-linear-gradient(#6FE918, #2A9204);
	background: linear-gradient(#6FE918, #2A9204);
	text-shadow: 2px 2px 0 #2A9204;
	border: 3px solid #2A9204;
}
/* オレンジボタン */
.btn-cv.sb_green:hover {
	background: -webkit-linear-gradient(#FFAF38, #FF6000);
	background: linear-gradient(#FFAF38, #FF6000);
	text-shadow: 2px 2px 0 #FF6000;
	border: 3px solid #FF6000;
}
/* ボタンの光沢 */
.is-reflection {
	overflow: hidden;
}
.is-reflection ::after, .button_wrap::after {
	-moz-animation: is-reflection 4s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-ms-animation: is-reflection 4s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-o-animation: is-reflection 4s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-webkit-animation: is-reflection 4s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	animation: is-reflection 3s ease-in-out infinite;
	background-color: #fff;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -180px;
	transform: rotate(45deg);
	width: 30px;
}
@keyframes is-reflection {
	0% {transform: scale(0) rotate(45deg);opacity: 0;}
    80% {transform: scale(0) rotate(45deg);opacity: 0.5;}
    81% {transform: scale(4) rotate(45deg);opacity: 1;}
    100% {transform: scale(50) rotate(45deg);opacity: 0;}
}
@-webkit-keyframes is-reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.3; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.4; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/* MediaQuery : スマホ対応 */
@media only screen and (max-width: 767px) {
/* コンバージョンボタン */
	.btn-cv {
	font-size: 1.3em;
	width: 80%;
}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

div#footer {
	margin:0 auto ;
	background: #c3c3c3 url(img/bg-footer.jpg)  repeat-x center top;
}
div.footer-inner {
	width:770px;
	margin:0 auto ;
	padding: 13px 0px 10px;
}
div#footer address { 
	color:#cccccc;
	font-size:12px;
	font-style:normal;
	line-height:180%;
	text-align:center;
	margin:0;
	padding:3px 0px 0px;
}
div#footer address a { 
	color:#cccccc;
	font-weight:normal;
	text-decoration:none;
}
div#footer p { 
	color:#cccccc;
	font-size:11px;
	font-style:normal;
	line-height:180%;
	margin:0;
	padding:5px 0px 0px;
}
div#footer p a { 
	color:#cccccc;
	font-weight:normal;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レスポンシブ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

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

.banner{
    width: 100%;
}
div#contents {
	width: 100%;
	margin: 0 0 30px;
}
/* 光るボタン */
.button_wrap {
	width: 96%;
	margin: 10px 2% 20px;
}
.button_wrap input{
	width: 100%;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.par_box:nth-child(odd), .par_box:nth-child(even){
	width: 96%;
    margin: 0 2%;
	display: block;
	clear: both;
}
.card-container {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}
.attention{ margin-right: 2%;}

#contents .kfont{
    font-size:40px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (max-width: 450px) {
.card-container{
	width: 100%;
	display: block;
	margin: 10px auto;
	clear: both;
}
.card-container .left-img {
	width: 250px;
	margin: 0 auto;
}
.card-container .right-txt {
    width: 400px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    clear: both;
}
#contents .kfont{
    margin-top: 20px;
    font-size:30px;
    text-align: center;
}
.dlb_btn{
    width: 100%;
}
.dlb_btn a{
    width: 100%;
	color: #fff;
	margin: 20px 0 0;
	clear: both;
    box-sizing: border-box;
}

}

/*--------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社 Mithril All rights Reserved.
--------------------------------------------------------*/