html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
	color:#333;
	font-size:100%;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

a {
    color:#000;
  text-decoration:none;
}

a:hover {
	opacity:0.6;
}

.breadcrumb_box a {
	text-decoration:none;
	color:#333;
}

/* マウスホバー時のカラー*/
.contact_btn:hover {
    color: #fff;
}

.contact:hover {
	opacity:0.6;
}

.footer_menu_wrap ul li a {
	text-decoration:none;
}

.contact_block:hover {
	opacity:0.6;
}

.contact_block-a {
	display: block;
}

.contact_block a {
	text-decoration:none;
}


/*フォントサイズ*/
h2 {
	font-size:300%;
	color:#fff;
	text-shadow:0px 0px 3px #000000,0px 0px 6px #000000;
}
h2.news {
	font-size:150%;
	font-weight:600;
    color:#000;
    text-shadow:0px 0px 0px;
}
h3 {
	font-size:170%;
	line-height:60px;
}

h4 {
	font-size:150%;
	font-weight:bold;
	color:#1b2c3e;
}
h5 {
	font-size:170%;
	color:#fff;
	text-shadow:0px 0px 3px #000000,0px 0px 6px #000000;
}
.wf-sawarabimincho {
	font-size:250%;
	margin-bottom:50px;
    font-weight:600;
}

.fa-exclamation-circle {
	font-size:400%;
	color:#fff;
}

.bold {
	font-size:140%;
	font-weight:bold;
}
.news_ttl {
	font-size:200%;
	color:#4192a6;
}
.main_body_txt {
	font-size:180%;
	color:#fff;
	font-weight:600;
	text-shadow:0px 0px 3px #000000,0px 0px 6px #000000;
}

.plan_ttl {
	font-size:130%;
	font-weight:900;
}

.plan_ttl_2 {
	font-size:180%;
	font-weight:900;
	line-height:30px;
}

p.i1 {
	padding-left:1em;
	text-indent:-1em;
	text-align:justify;
}

p.ttl1 {
	font-size:120%;
	font-weight:bold;
}

p.ttl2 {
	font-size:200%;
	font-weight:bold;
	text-align:left;
}

p.center {
	text-align:center;
}

p.left {
	text-align:left;
	font-size:90%;
}

.fa-long-arrow-alt-down {
	font-size:250%;
	margin-bottom:10px;
}

.col_body_box img {
	width:70%;
	height:auto;
	margin:10px auto;
}

.option_ttl {
	font-size:150%;
	font-weight:600;
	color:#333;
}

.option_price {
	font-size:120%;
	color:#a4a4a4;
}

.gray {
	color:#a4a4a4;
}

.strong_txt h1 {
	font-size:250%;
	line-height:40px;
}

.strong_txt p {
	font-size:120%;
	line-height:30px;
}

.small {
	font-size:80%;
}




/*レイアウト*/
header {
	width:100%;
	background-color:#fff;
	position: fixed;
    left:0;
	top:0;
	z-index: 10;
}
.header {
	width:1100px;
	margin:0 auto;
	height:80px;
	overflow:hidden;
}

.logo {
	width:397px;
	height:80px;
	float:left;
}

.logo img {
	width:100%;
	height:100%;
}

.tel {
	width:300px;
	float:right;
	font-size:150%;
	font-weight:600;
	text-align:right;
	margin-right:20px;
}

.tel_s {
	font-size:48%;
}

.contact {
	width:250px;
	height:70px;
	line-height:70px;
	float:right;
	background-color:#1f4e98;
	text-align:center;
	color:#fff;
	border-radius:0 0 5px 5px;
	font-size:100%;
	position: relative;
}

.contact_btn {
	display: block;
    color: #fff;
	text-decoration:none;
}


.resizeimage {
	position:relative;
}

.resizeimage img {
	width: 100%;
	margin:0;
	padding: 0;
    border: 0;
}

.bg_img_wrap {
    width:100%;
    height:300px;
    position:relative;
    margin-bottom:50px;
}
.bg_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    opacity:0.6;
}
.bg_img_wrap_ttl {
	width:auto;
	height:auto;
	text-align:center;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}


.main_body {
	width:1200px;
	height:auto;
	text-align:center;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
    overflow:hidden;
}
.main_body_catchcopy {
	width:900px;
	height:142px;
    float:left;
    display: table;
}
.main_body_catchcopy div {
    display: table-cell;
  vertical-align: middle;
}

.main_stecker {
	width:300px;
	height:auto;
	float:right;
}
.main_stecker img {
	width:100%;
	height:auto;
}
.main_stecker_2 {
    display:none;
}

.top_contents_wrap {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:50px 0;
	background: linear-gradient(rgba(217, 229, 255), rgba(117, 169, 255));
	color:#000;
	margin-bottom:100px;
	margin-top:-3px;
	z-index:-999;
}

.top_contents_wrap_2 {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:50px 0;
	background: linear-gradient(rgba(54, 117, 170), rgba(103, 154, 190));
	color:#fff;
}

.top_contents_wrap_3 {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:50px 0;
	background-color:#fafafa;
	margin-bottom:50px;
}

.news_box_l {
	width:300px;
	float:left;
}

.news_box_r {
	width:800px;
	float:right;
}

.news_block {
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:30px;
}
.update {
	width:140px;
	float:left;
	color:#4192a6;
}
.news_body {
	width:660px;
	float:right;
}

.news_all_box {
    width:200px;
    float:right;
}
/*ボタン*/
.btn-flat {
    width:195px;
    height:30px;
    line-height:30px;
    text-align:center;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #5dbf5d;
    transition: .4s;
    font-size:100%;
    border-radius:5px;
}

.btn-flat:hover {
    background: #00bcd4;
}
ul#newsList{
	margin:0 0 12px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	margin:0;
	padding:6px 0;
	margin-bottom:10px;
	list-style-type:none;
}
.newsblock {
    border-bottom:dotted 2px #4192a6;
    height:auto;
    overflow:hidden;
}

.footer {
	width:100%;
	background-color:#e6e6e6;
	padding:30px 0;
}
.footer_menu_wrap {
	width:1100px;
	margin:0 auto 200px;
}

.footer_menu_wrap ul li {
	width:20%;
	float:left;
	list-style:none;
}
.footer_logo_box {
	width:300px;
	margin:0 auto;
	text-align:center;
}
.footer_logo_box img {
	width:252px;
	height:auto;
}
.copyright_wrap {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background-color:#a4a4a4;
	font-size:70%;
}

.step_wrap {
	width:98%;
	height:auto;
	border:2px solid #fff;
	border-radius:10px;
	padding:1%;
	overflow:hidden;
	margin-bottom:10px;
	box-sizing:border-box;
	position: relative;
}

.step_no {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	border:2px solid #fff;
	border-radius:50px;
	margin:auto 0;
	float:left;
	font-size:150%;
	font-weight:bold;
}
.step_body {
	width:980px;
	height:auto;
	float:right;
	position: absolute;
	top: 50%;
	right:1%;
	text-align:justify;
	transform: translateY(-50%)
}

.border_box {
	width:400px;
	margin:20px auto;
	border:3px solid #fff;
	padding:10px;
	border-radius:10px;
	background-color:#42949b;
}

.faq_wrap {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:40px;
}

.faq_wrap:last-child {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:0px;
}

.faq_top {
	width:100%;
	height:auto;
	padding:10px;
	border-radius: 10px 10px 0 0;
	box-sizing:border-box;
	background-color:#14384c;
	color:#fff;
}

.faq_bottom {
	width:100%;
	height:auto;
	padding:10px;
	background-color:#fff;
	border-radius: 0 0 10px 10px;
	box-sizing:border-box;
	color:#333;
}

.answer {
	font-size:130%;
	font-style:normal;
}

.ttl_box {
	width:100%;
	border-bottom:1px solid #fff;
	margin-bottom:40px;
}

.ttl_box_2 {
	width:100%;
	border-bottom:1px solid #000;
	margin-bottom:40px;
}

.col_4_1 {
	width:230px;
	height:310px; /*仮の高さ*/
	float:left;
	text-align:center;
	display: table;
    position:relative;
}
.col_wrap {
    width:100%;
    height:auto;
    overflow:hidden;
    text-align:center;
    position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.col_4_1 img {
	width:70%;
	height:auto;
	text-align:center;
    margin:0 auto;
}

.col_4_2 {
	width:550px;
	height:310px; /*仮の高さ*/
	float:left;
	border-radius:10px;
}

.col_4_3 {
	width:380px;
	height:310px; /*仮の高さ*/
	float:left;
	border-radius:10px;
}

/*.col_4_1 p {
	display: table-cell;
	vertical-align: middle;
}*/

.col_4_2_bg {
	height: 100%;
	border-radius:10px;
	border:3px solid #fff;
	background: rgba(255,255,255,0.5);
	box-sizing:border-box;
}

.col_body_box {
	width:550px;
	height:310px; /*仮の高さ*/
	padding:10px;
	box-sizing:border-box;
	text-align:center;
	display: table;
	color:#333;
}

.col_body_box div {
	display: table-cell;
	vertical-align: middle;
}

.col_plus {
	width:60px;
	height:310px;
	line-height:310px;
	text-align:center;
	float:left;
	font-size:300%;
	color:#fff;
}

.half_box {
	width:525px;
	height:130px; /*仮の高さ*/
	float:left;
	overflow:hidden;
}

.half_box_2 {
	width:525px;
	height:130px; /*仮の高さ*/
	float:right;
	overflow:hidden;
}

.option_l {
	width:15px;
	height:130px;
	border-radius:10px 0 0 10px;
	background-color:#14384c;
	float:left;
}

.option_r {
	width:645px;
	height:130px;
	border-radius:0 10px 10px 0;
	background-color:#fafafa;
	float:left;
	position:relative;
}

.option_txt_1 {
	width: auto;
	position: absolute;
	top: 25px;
	left: 17px;
}

.option_txt_2 {
	width:100%;
	position:absolute;
	bottom:15px;
	right:10px;
	text-align:right;
}

.option_txt_3 {
	width:100%;
	position:absolute;
	bottom:70px;
	right:10px;
	text-align:right;
}

.option_txt_4 {
	width: auto;
	position: absolute;
	top: 57px;
	left: 17px;
}

.option_txt_5 {
	width:100%;
	position:absolute;
	bottom:15px;
	right:10px;
	text-align:right;
}

.option_txt_6 {
	font-size:110%;
    text-align:left;
    font-weight:600;
    color:#000;
    margin:5px 0 0 18px;
}

.circle {
	width:450px;
	height:450px;
	float:left;
	margin:0 50px;
	position:relative;
	background: #4682b4;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color:#fff;
}

.circle_2 {
	width:450px;
	height:450px;
	float:right;
	margin:0 50px;
	position:relative;
	background: #4682b4;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color:#fff;
}

.circle_3 {
	width:450px;
	height:450px;
	float:left;
	margin:0 325px;
	position:relative;
	background: #4682b4;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color:#fff;
}

.strong_p {
	width:200px;
	height:200px;
	line-height:200px;
	position:absolute;
	top:25%;
	left:27%;
	text-align:center;
	font-size:500%;
	font-weight:bold;
    opacity:0.4;
}

.strong_txt {
	width:100%;
	text-align:center;
	position:absolute;
	top:80px;
	margin: auto;
}
.fade_off {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }

/* 画面内に入った状態 */
.fade_off.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

.contact_block {
	width:60%;
	height:100px;
	line-height:100px;
	margin:10px auto;
	/*background-color:#f3d247;*/
	border-radius:10px;
	text-align:center;
	
	box-shadow: inset 0 3px 0 #e0c855,inset 0 0 10px 5px rgba(166,143,31,.7),0 0 4px 3px rgba(0,0,0,.2);
    background: #fbe454;
    /*text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    color: #fff !important;*/
}
.contents_block {
	width:660px;
	height:auto;
	margin:0 auto;
}




/*WRAP_CONTAINER*/
.container {
	width:1100px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.container_1 {
	width:1100px;
	height:auto;
	overflow:hidden;
	margin:0 auto 40px;
}

.container_2 {
	width:1100px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.top_menu_box {
	width:100%;
	text-align:center;
	margin:0 auto 20px;
}

.top_menu_box a {
	color:#fff;
}

.wrap_1 {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:50px;
}

.wrap_2 {
	width:1100px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.wrap_3 {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
}

.wrap_4 {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}

.wrap_5 {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
	text-align:center;
}

.wrap_6 {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:80px;
}

.breadcrumb_box {
	width:100%;
	height:50px;
	font-size:80%;
	margin-top:100px;
}



/*背景斜め*/
.contents {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 80px 0;
	z-index: 0;
}
.contents:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 60%;
	margin: 3% -10% 0;
	background: #011931;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: -2;
}
.contents.reverse:before {
	margin: 2% -10% 0;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.contents.double:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 60%;
	margin: 3% -10% 0;
	background: #DF6209;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: -1;
}
.contents_inner {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	height: 100%;
	margin: 0 auto;
	padding: 80px 10px 100px;
	color: #fff;
	text-align: center;
	position:relative;
}
.bg_img_wrap_ttl h1 {
    color:#fff;
	font-size: 40px;
}

.contents_inner a {
	color:#fff;
}
.faq_bottom a {
	color:#ff0000;
}



table {
	border-collapse: collapse;
	margin: 20px auto;
	width:100%;
}

th {
	background-color:#14384c;
	border: solid 1px #dedacc;
	padding: 10px;
	text-align:left;
	color:#fff;
	width:40%;
}

td {
	background: #eee;
	border: solid 1px #e3e3e3;
	padding: 10px;
	width:60%;
}

.table01 th {
  padding: 10px;
}

.table01 td {
  padding: 10px;
}

.input_btn {
	width:30%;
	height:40px;
	line-height:40px;
	margin:10px auto;
	border-radius:10px;
	color:#1b2c3e;
	text-align:center;
	box-shadow: inset 0 3px 0 #e0c855,inset 0 0 10px 5px rgba(166,143,31,.7),0 0 4px 3px rgba(0,0,0,.2);
    background: #fbe454;
	font-size:100%;
	font-weight:bold;
}

.paypal_wrap {
	width:250px;
	height:80px;
	margin:-20px auto 0;
}
.paypal_wrap img {
	width:100%;
	height:auto;
}
.paypal_wrap_2 {
	width:260px;
	height:auto;
	margin:0 auto;
}

.paypal_wrap_2 img {
	width:100%;
	height:auto;
}

.input_btn:hover {
	opacity:0.6;
}

.input_btn-a {
	display: block;
}

.input_btn a {
	text-decoration:none;
}

input[type="text"] {
	width: 100%;
	height:30px;
	border:1px solid #dedacc;
}

input[type="text"].short {
	width: 20%;
	height:30px;
	border:1px solid #dedacc;
}
.top_txt_ttl {
    text-align:left;
    font-size:150%;
    font-weight:600;
}
.top_txt {
    text-align:justify;
    font-size:150%;
    line-height:35px;
}
.top_txt_s {
    text-align:left;
    font-size:110%;
}
.left_pic_wrap {
    width:400px;
    float:left;
}
.left_pic_wrap img {
    width:100%;
    height:auto;
}
.right_txt_wrap {
    width:650px;
    float:right;
}
/*改行*/
.br-sp {
	display:none; 
}

.br-pc {
	display:block; 
}

.linkd_mark {
    width:100px;
    height:auto;
    float:right;
}
.linkd_mark img {
    width:100%;
    height:auto;
}

@media screen and (max-width: 769px) {
h2 {
	font-size:130%;
}
h5 {
	font-size:100%;
}
.header {
	width:95%;
	height:auto;
}
.logo {
	margin:0 auto 10px;
	float:none;
}
.tel {
	float:none;
	font-size:150%;
	font-weight:600;
	text-align:center;
	margin:0 auto 10px;
}
.contact {
	width:100%;
	height:40px;
	line-height:40px;
	float:none;
	border-radius:5px 5px 5px 5px;
}
.resizeimage {
    top:180px;
}
.main_body {
	width:95%;
}

.main_body_catchcopy {
	width:100%;
	height:auto;
    float:none;
    display:inherit;
}
.main_body_catchcopy div {
    display: table-cell;
  vertical-align: middle;
}

.main_stecker {
	width:300px;
	height:auto;
	float:right;
}
.main_stecker img {
	width:auto;
	height:200px;
}    
    
    
    
.top_contents_wrap {
	width:100%;
	margin-top:150px;
}
.container_1 {
	width:95%;
}
.wf-sawarabimincho {
	font-size:150%;
}
.col_4_1 {
	width:100%;
	height:auto;
	float:none;
    margin-bottom:20px;
}
.col_4_1 img {
	width:50%;
}
.col_wrap {
    position:inherit;
	top: 0%;
	left: 0%;
	transform: translateY(0%) translateX(0%);
	-webkit- transform: translateY(0%) translateX(0%);
}
.col_4_2 {
	width:100%;
	height:auto;
	float:none;
	border-radius:10px;
}
.col_4_2_bg {
	height: 100%;
	border-radius:10px;
	border:3px solid #fff;
	background: rgba(255,255,255,0.5);
	box-sizing:border-box;
}
.col_body_box {
	width:98%;
	height:auto;
	padding:0;
    margin:10px auto;
}
.half_box {
	width:100%;
	height:130px; /*仮の高さ*/
	float:none;
    margin-bottom:30px;
}
.option_l {
	width:5%;
	height:130px;
}

.option_r {
	width:95%;
	height:130px;
}
.half_box_2 {
	width:100%;
	height:auto; /*仮の高さ*/
	float:none;
}
.contents_inner {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.contents_inner h1 {
    top:55px;
    left:30px;
}
.circle {
	width:350px;
	height:350px;
	float:none;
	margin:0 auto 30px;
	position:inherit;
}

.circle_2 {
	width:350px;
	height:350px;
	float:none;
	margin:0 auto 30px;
	position:inherit;
}

.circle_3 {
	width:350px;
	height:350px;
	float:none;
	margin:0 auto 30px;
	position:inherit;
}
.strong_p {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align:center;
	font-size:150%;
}
.strong_txt {
	width:95%;
	top:40px;
}
.strong_txt h1 {
	font-size:170%;
	line-height:30px;
}

.strong_txt p {
	font-size:100%;
	line-height:20px;
}
.container {
	width:95%;
}
.news_box_l {
	width:100%;
	float:none;
}

.news_box_r {
	width:100%;
	float:none;
}
.news_block {
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:dotted 2px #4192a6;
	padding-bottom:10px;
	margin-bottom:30px;
}
.update {
	width:100%;
	float:none;
}
.news_body {
	width:100%;
	float:none;
}
.left_pic_wrap {
    width:100%;
    float:none;
    text-align:center;
}
.left_pic_wrap img {
    width:80%;
    height:auto;
    margin:0 auto;
}
.right_txt_wrap {
    width:100%;
    float:none;
}
.top_txt {
    font-size:100%;
}
.contact_block {
	width:80%;
}
.wrap_2 {
	width:95%;
}
.breadcrumb_box {
	margin-top:180px;
}
.input_btn {
	width:80%;
}
.main_stecker {
	display:none;
}
.main_stecker_2 {
    display:block;
	width:60%;
    height:auto;
    margin:0 auto 20px;
    
}
.main_stecker_2 img {
	width:100%;
    height:auto; 
}
.bg_img_wrap {
    height:200px;
}
.bg_img {
    height: 200px;
}
    
/*その他*/
.br-sp {
	display:block;
}
.br-pc {
	display:none; 
}
.contents_block {
	width:100%;
}
.paypal_wrap {
	width:220px;
	height:auto;
}
.paypal_wrap img {
	width:100%;
	height:auto;
}
.linkd_mark {
    float:none;
    margin:0 auto;
}
}
