@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700&family=Patua+One&display=swap');

/*====================================================================

  リセット

====================================================================*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup,menu, nav, section, summary,time, mark, audio, video {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';content:none;
}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {line-height: 150%;}
body {line-height:150%;}
img {vertical-align: bottom;max-width: 100%;height: auto;display: block;margin: 0 auto;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
caption, th, td {font-weight: normal;}
strong {font-weight:normal;}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
iframe { display: block;}
/*====================================================================

  設定

====================================================================*/
html,body {
	color:#222;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	background: #FFFFFF;
}

a:link {color:#F2800F; text-decoration:none;}
a:visited {color:#F2800F; text-decoration:none;}
a:hover {color:#F15A24; text-decoration:none}

a:hover img {
	opacity: 0.8 ;
	filter: alpha(opacity=80) ;	
	-ms-filter: "alpha(opacity=80)";
	}
a img {
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
a {-webkit-transition: 0.4s ;transition: 0.4s ;}
p {line-height:180%;}
i {	padding: 0 0.5rem;}

.f_l {float:left;}
.f_r {float:right;}
.clear {clear:both}
.clear_fix:before, .clear_fix:after {content: " ";display: table;}
.clear_fix:after {clear: both;}
.clear_fix {*zoom: 1;}
.ta_c {text-align: center;}

/* ==================================================================================================================

 共通CSS

================================================================================================================== */

html {font-size: 62.5%;}
body {font-size: 1.8rem;}
.sub_page main {font-size: 1.6rem;}

/*===========================================
 レイアウト
===========================================*/
.container {margin: 0 auto;}

.top_page section .container  {padding: 10vh 0;}
.sub_page section .container  {padding: 10vh 0;}

main {margin-top: 100px;}

/*===========================================
 共通項目
===========================================*/
/*----------タイトル----------*/
.tit01 {
	font-weight: 900;
	font-size: 5.2rem;
	margin-bottom: 1.0rem;
	line-height: 150%;
	text-align: center;
}
.tit02 {
	font-weight: 700;
	font-size: 3.0rem;
	margin-top: 0.5em;
	margin-bottom: 1.0em;
	line-height: 150%;
	text-align: center;
}
.tit03 {
	font-weight: 700;
	font-size: 3.8rem;
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 150%;
	text-align: center;
}
.tit04 {
	font-weight: 700;
	font-size: 3.8rem;
	margin-bottom: 1.0em;
	line-height: 150%;
}
.tit05 {
	font-family: 'Patua One', "sans-serif";
	font-size: 6.5rem;
	color: #003264;
	text-align: center;
	/*border-bottom: 5px solid #003264;*/
	line-height: 110%;
	margin-bottom: 0.2em;
	letter-spacing: 0.02em;
}
.tit05:first-letter{
	color:#0064C8;
 }
.tit06 {
	text-align: center;
	color: #0064C8;
	font-size: 2.6rem;
	/*font-family: 'Noto Serif JP', serif;*/
	margin-bottom: 1.5em;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.tit07 {
	font-weight: 700;
	font-size: 3.8rem;
	margin-bottom: 0.5em;
	line-height: 150%;
	color: #194678;
}
.tit08 {
	font-weight: 700;
	font-size: 4.4rem;
	margin-bottom: 0.5em;
	padding: 0.1em;
	line-height: 150%;
	background: #194678;
	color: #FFF;
	text-align: center;
}
.tit09 {
	font-weight: 700;
	font-size: 3.2rem;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	line-height: 150%;
	text-align: center;
	border-bottom: 1px solid #646464;
}
.tit10 {
	font-size: 2.8rem;
	text-align:center;
	position: relative;
	margin-bottom: 1.0em;
	line-height: 110%;
}
.tit10 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
}
.tit10:before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #111;
}
.tit11 {
	font-size: 2.4rem;
	font-weight: 500;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
	padding: 0.5em;
	line-height: 130%;
}
.tit12 {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	background: #194678;
	color: #FFF;
	padding: 0.5em;
	line-height: 130%;
	margin-bottom: 1.0em;
	margin-top: 2.0em;
}
.tit13 {
	font-size: 2.2rem;
	font-weight: 500;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
	padding: 0.5em;
	line-height: 130%;
}
.tit14 {
	margin-bottom: 1.0em;
	background-color: #EEE;
	padding: 0.5em;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 130%
}
.p01 {
	text-align: center;
}

@media screen and (max-width: 768px) {
.tit01 {font-size: 3.6rem;}
.tit02 {font-size: 2.2rem;}
.tit03 {font-size: 3.2rem;}
.tit04 {font-size: 3.2rem;}
.tit06 {font-size: 2.2rem;}
.tit07 {font-size: 3.2rem;}
.tit08 {font-size: 3.6rem;}
.tit09 {font-size: 2.4rem;}
}

/*----------テーブル 設定----------*/
/*-- tabl01 --*/
.tbl01 table {
	width: 100%;
	max-width: 600px;
	color: #FFF;
	font-size: 1.8rem;
	margin: 5vh auto 3vh auto;
}
.tbl01 th {
	border-bottom: 1px solid #FFF;
	padding: 0.8em;
	width: 30%;
}
.tbl01 td {
	border-bottom: 1px solid #FFF;
	padding: 0.8em;
	width: 70%;
}
.tbl01 td ul li {
	list-style: none;
	padding-left:1.5em;
	text-indent:-1.5em;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
	.tbl01 table {
		font-size: 1.6rem;
	}
}

/*----------ボタン設定----------*/
.button a {
	display: block;
	max-width: 300px;
	padding: 0.5em;
	border-radius: 4px;
	background-color: #ff7600;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 2.0rem;
	text-align: center;
	margin: 1.0em auto;
	background: #ff7600;
	background-image: -webkit-linear-gradient(top, #ff7600, #ff1e00);
	background-image: -moz-linear-gradient(top, #ff7600, #ff1e00);
	background-image: -ms-linear-gradient(top, #ff7600, #ff1e00);
	background-image: -o-linear-gradient(top, #ff7600, #ff1e00);
	background-image: linear-gradient(to bottom, #ff7600, #ff1e00);
}
.button a:after{
	content:"▶︎";
	color:#FFF;
	font-size:2.0rem;
	padding:5px;
	margin-left:10px;
	}
.button a:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

/*===========================================
 共通 - ヘッダー
===========================================*/
header {
	width: 100%;
	position: fixed;
	z-index: 10;
}

/*===========================================
 共通 - ナビゲーション
===========================================*/
#g_nav {
	background: #194678;
}
#g_nav .container {
	max-width: 1100px;
}
.header_logo {
	width: 35%!important;
}
.header_logo img {
	max-width: 280px;
	width: 100%;
}
.header_logo a:hover img {
	opacity: 1.0 ;
	filter: alpha(opacity=100) ;	
	-ms-filter: "alpha(opacity=100)";
}
.Nav {}

.Nav .navbtn {
    display: none;
}
.Nav ul.close {
    display: none;
}
.Nav > ul {
	width: 100%;
}
.Nav > ul > li {
 	float: left;
    text-align: center;
    width: calc(65% / 4);
	height: 100px;
	position: relative;
}
.Nav > ul > li:after {
	display: block;
	content: "|";
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) ;
	transform: translateY(-50%);
	position: absolute;
	color: #FFF;
}
.Nav > ul > li:last-child:after {
	display: none;
}
.Nav > ul > li a {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%) ;
	transform: translateY(-50%);
	display: block;
	text-align: center;
    text-decoration: none;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 400;
    text-shadow:0px 0px 3px #000;
}
.Nav > ul > li.parent > a {
    padding-right:20px;
}
.Nav > ul > li a:hover {
	font-weight: 700;
}
/* 2階層 */
.Nav > ul > li > ul {
    display: none;
    position: absolute;
    top: 45px;
    left: -50%;
    width: auto;
    background-color: #1A1A1A;
    z-index: 9;
}
.Nav > ul > li > ul:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #1A1A1A;
}
.Nav > ul > li > ul li {
    white-space: nowrap;
    text-align: left;
	border-bottom: 1px solid #000;
}
.Nav > ul > li > ul li a {
    position: relative;
    padding: 12px 27px 12px 27px;
    color: #FFF;
}
.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #1EAA39;
    border-right: solid 2px #1EAA39;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Nav > ul > li > ul li a:hover {
	background:  #000;
}
.Nav > ul > li > ul li ul li a {
    padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}
@media screen and (max-width: 768px) {
	header {
		background: #194678;
		position: fixed;
		z-index: 10;
		height: 45px;
	} 
    header .container {width: 100%;}
	
    header .header_logo {
	display: none!important;
	}
    header .header_logo_SP {
        position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
        z-index: 10;
        max-width:150px;
		margin: 0 auto;
     }
	#g_nav {
	}
    .Nav {
	}	
    .Nav .navbtn {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
		z-index: 10;
    }
    .Nav .navbtn a,
    .Nav .navbtn a.close {
        display: block;
        position: relative;
        width: 45px;
        height: 45px;
        background-color: #194678;
    }
    .Nav .navbtn a::before,
    .Nav .navbtn a.close::before {
        position: absolute;
        top:12px;
        left:10px;
        content:"";
        width: 25px;
        height: 2px;
        background-color: #FFF;
        transition: .2s;
    }
    .Nav .navbtn a.open::before {
        top:20px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .Nav .navbtn a::after,
    .Nav .navbtn a.close::after {
        position: absolute;
        bottom:21px;
        left:10px;
        content:"";
        width: 25px;
        height: 2px;
        background-color: #FFF;
        transition: .2s;
    }
    .Nav .navbtn a.open::after {
        bottom:23px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .Nav .navbtn a.open {
    }
    .Nav .navbtn a span {
        display: block;
        overflow: hidden;
        width: 1px;
        height: 1px;
    }
    .Nav .navbtn a span::after,
    .Nav .navbtn a.close span::after {
        position: absolute;
        top:32px;
        left:10px;
        content:"";
        width: 25px;
        height: 2px;
        background-color: #FFF;
    }
    .Nav .navbtn a.open span::after {
        display: none;
    }
    .Nav > ul {
        display: none;
        position: fixed;
        top: 45px;
        left: 0;
        right: 0;
        z-index: 9;
        background: #194678;
		max-width: 100%;
		padding: 20px 0;
		border-top: 1px solid #13355A;
		border-bottom: 1px solid #13355A;
    }
    .Nav > ul > li {
        text-align: center;
        width: 100%;
        float: none;
        display: block;
		height: 4em;
    }
    .Nav .nav_tel {
		height: auto!important;
		width: 70%;
		margin: 0 auto;

	}
    .Nav .nav_time {
		height: auto!important;
		width: 70%;
		margin: 0 auto;

	}
	.Nav > ul > .nav_tel a,
	.Nav > ul > .nav_time a{
		position: static;
		top: auto;
		transform: none;
		text-shadow: none;
	}
	.Nav > ul > li:after {
		display: none;
	}
	.Nav > ul > li a {
		color: #FFF;
	}
	.Nav > ul > li > ul {
		max-width: 100%;
	}
	.Nav > ul > li > ul li a {
    	padding: 1.5vh 27px;
	}
	.Nav > ul > li > ul:before {
		display: none;
	}
    .Nav > ul > li.parent.open > a::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .Nav > ul > li.parent.open {
        border-bottom: none;
    }
    .Nav > ul > li.parent.open > a {
        color: #FFF;
    }
    .Nav > ul > li > ul {
        position: static;
    }
	.Nav > ul > li:after {
		display: none;
	}
	main {margin-top: 45px;
	}
}

/*===========================================
 共通 - フッター
===========================================*/
#copy {
	background: #194678;
	padding: 0.5em 0;
	text-align: center;
}
#copy .container {
	width: 100%;
}
small {
	color: #FFF;
	font-size: 1.2rem;
	display: block;
}

/*===========================================
 トップページ　index.html
===========================================*/
/*----------mainimg----------*/
#mainimg {
	background: #13355A;
}
#mainimg .container {
	max-width: 1600px;
	background: url("../img/top/main_bg.jpg")center center;
	background-size: cover;
}
#mainimg_tit {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 10%;
}
@media screen and (max-width: 768px) {
	#mainimg_tit {
		padding: 20% 10%;
	}
}

/*----------contact_box----------*/
#contact_box {
	background: #194678;
}
#contact_box .container {
	max-width: 1200px;
	padding: 2% 0;
}
#contact_box table {
	width: 100%;
}
#contact_box table td {
	width: calc(100% / 3);
	padding: 0 2%;
	border-right: 1px solid #FFF;
}
#contact_box table td:last-of-type {
	border: none;
}

/*----------top_about----------*/
.momilogo {
	margin: 2.0em auto 0 auto;
	width: 60%;
}

/*----------top_search----------*/
#top_search {
	background: #13355A;
}
#top_search .container {
	max-width: 1600px;
	background: url("../img/top/top_search_bg.jpg")center center;
	background-size: cover;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
#search_box {
	float: right;
	width: 50%;
	background:rgba(25,60,120,0.85);
	color: #FFF;
	padding: 10vh 5%;
    text-shadow:0px 0px 3px #000;
}
@media screen and (max-width: 768px) {
	#search_box {
		float: none;
		width: 100%;
	}
}

/*----------top_signtype----------*/
#top_signtype {}
.btn {
	margin: 6vh auto 0 auto;
	max-width: 460px;
}
.btn a {
	display: block;
	margin-top: 5%;
}
.btn a:first-of-type {
	margin-top: 0;
}

/*----------top_feature----------*/
#top_feature {
	background: #F0F0F0;
}
.feature_box {
	background: #FFF;
	padding: 5%;
	margin: 3% 0;
	display: table;
	width: 100%;
}
.feature_box .icon {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
	border-right: 1px solid #CCC;
}
.feature_box .exp {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	padding-left: 5%;
}
@media screen and (max-width: 768px) {
	.feature_box {
		display: block;
	}
	.feature_box .icon {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 5% 0;
		border-right: none;
		border-bottom: 1px solid #CCC;
	}
	.feature_box .icon img {
		width: 35%;
		max-width: 150px;
	}
	.feature_box .exp {
		display: block;
		width: 100%;
		padding-left: 0;
		padding: 5% 0;
	}
}

/*----------top_achievement----------*/
.achievement_wrap {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.achievement_box {
	text-align: center;
	width: 44%;
	margin: 3%;
}
.toggle_button {
	text-align: center;
	max-width: 420px;
	min-width: 300px;
	margin: 0 auto;
	border: 3px solid #194678;
	color: #194678;
	border-radius: 5px;
	padding: 0.5em;
	font-size: 3.0rem;
	font-weight: 700;
}
.toggle_button:hover{
    cursor: pointer;
}
@media screen and (max-width: 768px) {
	.toggle_button {
		font-size: 2.4rem;
	}
}

/*----------top_profile----------*/
#top_profile {
	background: #13355A;
}
#top_profile .tit05 {
	color: #FFF;
}
#top_profile .tit05:first-letter{
	color:#96C8F0;
 }
#top_profile .tit06 {
	color: #96C8F0;
}

/*----------top_map----------*/
#top_map iframe {
	height: 450px;
}
@media screen and (max-width: 768px) {
	#top_map iframe {
		height: 250px;
	}
}

/*
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 3vh;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
*/


/*===========================================
 サブページ共通　
===========================================*/
/*----------subimg----------*/
#subimg {
	background: #13355A;
	background: url("../img/top/main_bg.jpg")right center;
	background-size: cover;
}
#subimg .container {
	position: relative;
	height: 250px;
}
#subimg .tit05 {
	color: #FFF;
}
#subimg .tit05:first-letter{
	color:#96C8F0;
 }
 #subimg .tit06 {
	color:#FFF;
	margin-bottom: 0;
 }
#subimg_tit {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-shadow:0px 0px 10px #194678;
 }
@media screen and (max-width: 768px) {
	#subimg {
		height: 250px;
	}
	#subimg .container {
		height: 250px;
	}
}

/*===========================================
 ご注文の流れ　order.html
===========================================*/
#order_flow {}

.order_flow_box {
	margin: 2% auto;
	padding: 1.5em;
	border:8px solid #DBDBDB;
}
.order_flow_box_r {
	float: right;
	width: 30%;
}
.order_flow_box_l {
	float: left;
	width: 68%;
}
.order_flow_box .num {
	color:#f98737;
	margin-right: 1.5rem;
}
.waku {
	padding: 1em 1.5em;
	background: #F2F2F2;
	border-radius: 1.5rem;
	margin-top: 1em;
}
.waku ul li {
	list-style: none;
	line-height: 130%;
	margin: 0.5em auto;
}
#timeline {}
#payment {}
#payment .tit09 { margin-top: 3.0rem;}

@media screen and (max-width: 768px) {
	.order_flow_box_r {
		float: none;
		width: 100%;
	}
	.order_flow_box_l {
		float: none;
		width: 100%;
		margin-top: 1.0em;
	}
}

/*===========================================
 料金表　price.html
===========================================*/
#price{}

.price_list_jump {
  	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin: 2.0em auto;
}
.price_list_jump li {
	border: 1px solid #CCC;
	width: calc(97% / 3);
	border-radius: 10px;
	text-align: center;
	margin: 0.5%;
	line-height: 130%;
	list-style: none
}
.price_list_jump li a {
	padding: 1.0em;
	color: #4E4E4E;
	display: block;
	width: 100%;
	height: 100%;
}
.price_list_jump li a:before{
    content: "∨";
	margin-right: 5px;
	color:#0c56c5;
}
.price_list {
	margin-bottom: 5vh;
}
.price_list:last-of-type {
	margin-bottom: 0;
}
.price_list_l {
	float: left;
	width: 30%;
}
.price_list_r {
	float: right;
	width: 68%;
}
.price_list_r .summary {
	font-size: 1.8rem;
	font-weight: 500;
	display: inline-block;
	margin-right: 3.0rem;
}
.price_list_r .howto {
	font-size: 1.8rem;
	font-weight: 500;
	display: inline-block;
}
.price_list_r .nedan {
	font-size: 2.0rem;
	font-weight: 700;
	color: #ff1e00;
}
.price_list_r .nedan span {
	font-size: 3.0rem;
}
.price_list_r hr {
	border-top: 1px dotted #CCC;
}
.imgLink {
	border: 1px solid #CCC;
	padding: 5px;
	margin-top: 2.0rem;
}
@media screen and (max-width: 768px) {
	.price_list_jump li {
		width: 49%;
	}
	.price_list_l {
		float: none;
		width: 100%;
		margin-bottom: 1.0em;
	}
	.price_list_r {
		float: none;
		width: 100%;
	}
	.price_list_r .summary {
		display: block;
		text-align: center;
		margin-right: 0;
	}
	.price_list_r .howto {
		display: block;
		text-align: center;
	}
	.price_list_r .nedan {
		text-align: center;
	}
}

/*===========================================
 よくある質問　faq.html
===========================================*/
#faq {}

.dl01 dl {
	background:#E9FAFF;
	padding: 3vh;
	margin-bottom: 1.5%;
	position: relative;
}

.dl01 dl dt {
	font-size: 2.4rem;
	font-weight: 700;
	padding-left: 3em;
	text-indent: -3em;
	line-height: 130%;
	color: #194678;
}
.dl01 dl dt span {
	font-size: 3.6rem;
	font-weight: 800;
	margin-right: 0.6em;
	position: relative;
	bottom: -0.2em;
}
.dl01 dl dd {
	margin-left: 3.5em;
	border-top: 1px solid #194678;
	margin-top: 1em;
	padding-top: 1em;
}
@media screen and (max-width: 768px) {
	.dl01 dl dt {
		padding-left: 0;
		text-indent: 0;
		font-size: 2.0rem;
	}
	.dl01 dl dt span {
		display: block;
		bottom: 0.4em;
		margin-top: 0.5em;
	}
	.dl01 dl dd {
		margin-left: 0;
	}
}

/*===========================================
 ご入稿の案内　print.html
===========================================*/
#print_flow {}

/*===========================================
 お問い合わせ　contact.html
===========================================*/

/*----------bottom_nagare----------*/
#bottom_nagare {}

#bottom_nagare .container {
	padding-top: 0;
}

.nagare {
  	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.nagare li {
	width: 24%;
	margin: 0.5%;
	padding: 1.0rem 1.0rem 2.0rem 1.0rem;
	border: 3px solid #EEE;
	border-radius: 10px;
	list-style: none;
}
.nagare li img {
	max-width: 150px;
}
.nagare li p {
	line-height: 150%;
	font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
	.nagare li {
		width: 49%;
	}
	.nagare li img {
		max-width: 80px;
	}
}

input,
select,
textarea {font-size:16px!important;}

form.mail_form * {
	margin: 0;
	padding: 0;
}
form.mail_form {
	width: 100%;
	line-height: 1.8;
	margin: 0 auto;
	background: #FFFAF0;
	padding: 3%;
}
form.mail_form table {
	width: 100%;
}
form.mail_form tr {
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 3px solid #FFFAF0;
}
form.mail_form th {
	width: 27%;
	padding: 1.5rem 3%;
	text-align: left;
	overflow: hidden;
    font-size: 1.6rem;
	background: #FFDDCA;
	vertical-align: top;
	font-weight: 700;
}
form.mail_form td {
	width: 73%;
	padding: 1.5rem 3%;
	text-align: left;
}
form.mail_form td .ex {
	display: block;
}
form.mail_form .must {
    color: #ED1C24;
	font-size: 80%;
	margin-left: 0.5em;
}
form.mail_form input[type="text"],
form.mail_form input[type="email"],
form.mail_form input[type="tel"] {
	width: 100%;
	padding: 7px 2%;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: #FFF;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	max-width: 100%;
}
form.mail_form input[type="file"] {
	margin-top: 1.0rem;
}
form.mail_form input[type="text"]:focus,
form.mail_form input[type="email"]:focus,
form.mail_form input[type="tel"]:focus,
form.mail_form textarea:focus {
	box-shadow: 0px 0px 5px #29ABFF;
	border: 1px solid #29ABFF;
	background: #FFF;
}
form.mail_form ul li input[type="radio"],
form.mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
    position: relative;
    top: -1px;
}
form.mail_form ul li:first-child input[type="radio"],
form.mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}
form.mail_form ul li:first-child input[type="text"] {
	margin-bottom: 0.5rem;
}
form.mail_form select {
	font-size: 1.6rem;
    height: 4.2rem;
	padding : 0 2%;
	border : 1px solid #666666;
    border-radius: 3px;
}
form.mail_form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: #FFF;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}
form.mail_form ul {
	list-style-type: none;
}
form.mail_form ul li label:hover {
	cursor: pointer;
}

form.mail_form input.name,
form.mail_form input.mail_address,
form.mail_form input.phone,
form.mail_form input.address {
	max-width: 100%;
}
form.mail_form input.size_height,
form.mail_form input.size_width {
	width: 100%;
	max-width: 200px;
}
form.mail_form p.form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
}
form.mail_form input[type="submit"] {
	padding: 1.0em 0.5em;
    max-width: 350px;
    width: 100%;
	background: #E90000;
	font-size: 2.0rem!important;
    color: #FFF;
	font-family: inherit;
	-webkit-appearance: none;
    letter-spacing: 0.05em;
    margin: 0 auto;
    display: block;
	border: 1px solid #E90000;
	font-weight: 700;
}
form.mail_form input[type="submit"]:hover {
	cursor: pointer;
	background: #E90000;
	color: #FFF;
}
@media screen and (max-width: 768px) {
	form.mail_form td {
		display: block;
		width: 100%;
	}
	form.mail_form th {
		display: block;
		width: 100%;
	}
}

/*-------------------------------------------
thanksページ
-------------------------------------------*/
#complete {
    text-align: center;
    padding: 5%;
	background: #FFF;
}
#complete p {
	margin-bottom: 1em;
}


/*====================================================================
 420px以下 
====================================================================*/
@media screen and (max-width: 420px) {
	html {font-size: 55%;}
}

/* ==================================================================================================================

768px以下 

================================================================================================================== */

@media screen and (max-width: 768px) {
	.container {width: 90%;}
	.sp_none {display: none;}
}
/* ==================================================================================================================

768px以上 

================================================================================================================== */
@media screen and (min-width: 769px) {
	.pc_none {display: none;}
	.container {width: 96%;}
}

/* ==================================================================================================================

1000px以下

================================================================================================================== */
@media screen and (max-width: 1000px) {
	#g_nav .container {width: 100%;}
	#mainimg .container {width: 100%;}
	#contact_box .container {width: 100%;}
}
/* ==================================================================================================================

1000px以上 

================================================================================================================== */
@media screen and (min-width: 1000px) {
	.container {max-width: 980px;}
	#mainimg .container {width: 100%;}
}
