@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato');

html, body {
	overflow-x: hidden !important; /* Prevent scroll on narrow devices */
}
body {
	font-size: 16px;
	font-family: 'Lato',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.5;
	text-align: left;
	padding-top: 0;
	-webkit-text-size-adjust: none;
}
.mincho{
	font-weight:500;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
a {
	color: #5395d0;
	text-decoration: none;
}
a :hover{
	opacity: 0.8;
}
i {
	color: #5395d0;
	text-decoration: none;
}
.txt_br {
	color: #c4911e;
	font-weight:500;
}
.tx_link:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-weight:bold;
	line-height: 1.2;
}

.innr {
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}
.section_innr {
	box-sizing: border-box;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.unlerlink {
	margin-top: -38px;
    padding-top: 38px;
}
.txt-link{
	text-align: right;
	display: block;
}

@media screen and (min-width:769px) {
.only-sp {
	display: none !important;
}
}

@media screen and (max-width:768px) {
.only-pc {
	display: none !important;
}
.tx_link {
	text-decoration: underline;
}
.unlerlink {
	margin-top: -20px;
	padding-top: 20px;
}
}
/*header
========================================*/

#header {
	width: 100%;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 10px #ccc;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
#header .innr {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	height:75px;
}
h1{
	position: absolute;
    bottom: -25px;
    left: 0;
    font-size: 16px;
	font-weight:500;
}
.logo {
	float: left;
    width: 50%;
}
.logo a{
	display:block;
}
.logo span.ttl1,.logo span.ttl2,.logo span.ttl3{
    font-weight: 500;
	color:#333;
	line-height: 1.5;
	vertical-align: top;
}
.logo span.ttl1{
	font-size: 16px;
}
.logo span.ttl2{
	font-size:20px;
}
.logo span.ttl3{
	font-size:30px;
}
#header .logo{
	padding-top:10px;
}
.mailto a{
    display: block;
    float: right;
    background: #5395d0;
    width: 200px;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-top: 10px;
	position: relative;
	font-size:20px;
	height: 50px;
    line-height: 50px;
}
.mailto a:after{
	content:"";
	width:15px;
	height:1px;
	position: absolute;
	right:0;
	top:50%;
	margin-top:-0.5px;
	background: #fff;
}
.mailto a:hover:after{
	content:"";
	width:20px;
	height:1px;
	position: absolute;
	right:0;
	top:50%;
	margin-top:-0.5px;
	background: #fff;
}
.mailto a i{
	color:#fff;
}
.tel{
	color:#333;
	float:right;
	font-size:24px;
	margin: 20px 20px 0;
}
.gnav {
	
}
.gnav ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 10px;
	text-align: right;
}
.gnav ul li{
	display:inline-block;
	border-right:1px solid #333;
}
.gnav ul li a {
    color: #333;
    font-size: 16px;
	padding:0 1em;
}

.gnav ul li:nth-last-child(2){
	border-right: 0px;
}
.gnav ul li:last-child{
	display: none;
}
#topmain {
	position: relative;
    content: "";
    width: 100%;
    height: 540px;
    background-image: url(/wp/wp-content/uploads/2020/02/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 110px;
    /* position: fixed; */
    background-attachment: fixed;
}

@media screen and (min-width:769px) {
.menubtn, .telbtn, .mailbtn {
	display: none;
}
.gnav ul li a:hover {
	color:#5395d0;
}
}
@media screen and (max-width:768px) {

#header {
  width: 100%;
  line-height: 60px;
  background: #fff;
  position: fixed;
}
.page #header{
	display:block;
}
#header .innr{
  width:100%;
  height:60px;
}
h1{
	display: none;
}
#header .logo{
  margin-left:5%;
  margin-top:0;
  padding: 10px 0;
  height: auto;
  line-height: 1;
  width:70%;
}
#header .logo .ttl3{
  font-size:20px;	
}

#topmain{
	background-image: url(/wp/wp-content/uploads/2020/02/main_sp.jpg);
	padding-top:74px;
	height: 500px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-attachment:inherit;
}
.gnav {
	padding-top: 0;
	float:none;
}
.gnav:before {
	display: none;
}
.gnav:after {
	position: absolute;
	top: -5px;
	width: 100%;
	height: 5px;
	background: #c0dbea;
	background: linear-gradient(to bottom, #c0dbea 0%, #b8ceda 100%);
	background: -webkit-linear-gradient(top, #c0dbea 0%, #b8ceda 100%);
	background: -moz-linear-gradient(top, #c0dbea 0%, #b8ceda 100%);
	background: -o-linear-gradient(top, #c0dbea 0%, #b8ceda 100%);
	background: -ms-linear-gradient(top, #c0dbea 0%, #b8ceda 100%);
	background-size: auto;
	content: "";
}
.gnav ul li{
	border-right:0;
}
/*menu*/
#menu {
	list-style-type : none;
	background : #f7f7f7;
	position : absolute;
	left : 0px;
	top : 0px;
	z-index : 990;
	display : none;
	box-sizing: border-box;
	width:100%;
}

#menu li {
	display: block;
}

#menu li a {
	text-decoration: none;
    float: none;
    width: 100%;
    display: block;
	padding: 15px 5%;
    box-sizing: border-box;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
}
#menu li a:hover {
	background : #a9a9a9;
	opacity : 0.7;
}
#menu li:last-child{
	display: block;	
}
#menu li:last-child a {
	background: #5395d0;
	color:#fff;
}
#menu li.formto img{
	height: 16px;
    margin-right: 0.5em;
    margin-bottom: -2px;
}
div#sp-icon {
	z-index : 999;
	width: 30px;
    height: 74px;
	position : absolute;
    right: 7px;
    top: 0px;
    padding: 0 8px;
}

div#sp-icon span,
div#sp-icon span:before,
div#sp-icon span:after {
	display : inline-block;
	width : 30px;
	height : 3px;
	background : #666;
	transition-property : transform;
	transition-duration : 0.3s;
}

div#sp-icon span {
	position : absolute;
	left : 50%;
	top : 50%;
	transform : translate( -50%, -50% );
}

div#sp-icon span:before {
	content : "";
	position : absolute;
	transform : translateY( -10px ) rotate( 0deg );
}

div#sp-icon span:after {
	content : "";
	position : absolute;
	transform : translateY( 10px ) rotate( 0deg );
}


div.sp-close span {
	background : transparent !important;
}

div.sp-close span:before {
	transform : rotate( 45deg ) !important;
}

div.sp-close span:after {
	transform : rotate( -45deg ) !important;
}
}

/*contents
========================================*/

.contents {
	padding: 110px 0 0 0;
}
.contents.topcontents {
	padding: 0;
	margin-top: 0;
}
.page section,.single section,.archives section{
	margin:0 0 60px;
}
.contents .main{
	float:left;
	width:66%;
}
.contents .side{
	float:right;
	width:30%;
}
.w50{
	width:50%;
	margin:0 auto 90px;
}
.w80{
	width:80%;
	margin:0 auto 90px;
}
.block_w80{
	margin:0 80px;
}
.page p,.single p,.archives p{
	text-align: justify;
	text-justify: inter-ideograph;
}
.single p.timest{
	text-align: right;
}
.single img{
	max-width:100%;
	height:auto;
}
.h2_wrap {
	padding: 30px 0;
    text-align: center;
    background: #c8dee2;
	background: url(/wp/wp-content/uploads/2020/02/bg_suna.jpg);
    margin-bottom: 60px;
}
.h2_wrap h2{
    font-size: 30px;
    font-weight:500;
	line-height: 1;
	margin-bottom:0;
}
.h2_wrap h2 span{
	font-size: 13px;
}
main h2 {
	margin-bottom: 60px;
	font-size: 24px;
	font-weight: bold;
}
main h2 span{
	color: #d5161a;
}
.page main h2.hav_border{
	text-align: center;
	padding: 15px;
    border: 1px solid #ccc;
}
main h3{
    font-weight: bold;
	margin-bottom: 40px;
	font-size: 20px;
}
main h3 span{
    position: relative;
	line-height: 2;
}
main h3 span:after{
    position: absolute;
	left: 0;
    bottom: -5px;
	content: "";
	height:1px;
	width:100%;
	background: #000;
}
main h4{
	font-size:18px;
}

main p {
	line-height: 2;
	margin-bottom: 40px;
	text-align: justify;
    text-justify: inter-ideograph;
}
main p.w800{
	width:100%;
	max-width:800px;
	margin:0 auto 40px;
}
.ph1 img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 40px;
}
.ph2 li {
	width: 48%;
	float: left;
	margin-right: 4%;
    margin-bottom: 40px;
	text-align: center;
	line-height: 2;
}
.ph2 li:nth-child(2n) {
	margin-right: 0;
}
.ph2 li img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius:16px;
}
.ph-left_img, .ph-right_img {
	width: 46%;
}
.ph-left_img.mb0, .ph-right_img.mb0 {
	margin-bottom:-20px;
}
.ph-left_img{
	margin-right: 4%;
	float: left;
}
.ph-right_img{
	margin-left: 4%;
	float: right;
}
.ph-left_img img,.ph-right_img img {
	width:100%;
	height:auto;
}
.ph-left p,.ph-right p{
	width:50%;
	margin-bottom:0;
}
.ph-left p.hav_margin,.ph-right p.hav_margin{
	margin-bottom:40px;
}
.ph-left p{
	float:right;
}
.ph-right p {
	float:left;
}
.box_list{
	border-top:1px solid #000;	
}
.box_list > li{
	padding:40px;
	border-bottom:1px solid #000;
}
.box_list_02{
	border-top:1px solid #000;
	counter-reset: number;
}
.box_list_02 > li{
	padding:40px;
	border-bottom:1px dotted #000;
	counter-increment: number;
}
.box_list_02 > li h4{
    position: relative;
    padding-left: 45px;
	line-height: 1.7;
}
.box_list_02 > li h4:before{
    content: "0"counter(number);
	font-size: 40px;
    position: absolute;
    top: -20px;
    left: 0;
}
.box_list_02 > li .ul_style,.box_list_02 > li .ul_style > li{
	margin-bottom:0
}
.box_list_02 > li .ul_style{
	margin-top:20px
}
.dl_wrap {
	margin: 0 auto 40px;
    border-top: 1px solid #000;
}
.top_main .dl_wrap {
    max-width: 800px;
    margin: 0 auto 60px;
    border-top: 1px solid #000;
}
.dl_wrap dl {
    padding: 30px 40px;
    border-bottom: 1px solid #000;
}
.dl_wrap dl dt {
    width: 25%;
    float: left;
	/*color: #036e3d;*/
}
.dl_wrap dl dd {
    padding-left: 25%;
}
.dl_wrap dl dd a{
	color:#333;
}
.dl_wrap dl dd a:hover{
	text-decoration: underline;
}
.morebtn a{
	background: #5395d0;
	font-size:20px;
	padding: 20px;
	width:100%;
	max-width:800px;
	text-align: center;
	display: block;
	margin:40px auto 0;
	color:#fff;
	position: relative;
}
.morebtn a:after {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5px;
    background: #fff;
}
.morebtn a:hover:after{
	width: 40px;
}
.dlwrap {
	margin-bottom: 60px;
	border-top: 1px solid #ccc;
}
.dlwrap dl {
	border-bottom: 1px solid #ccc;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.dlwrap dt {
	display: table-cell;
	width: 30%;
	border-right: 1px dotted #ccc;
	padding: 20px 15px;
	box-sizing: border-box;
}
.dlwrap dt.dl_ttl {
	border-right: 0px;
}
.dlwrap dd {
	display: table-cell;
	width: 70%;
	padding: 20px 15px;
	box-sizing: border-box;
	font-weight: lighter;
}
table.table01 {
	margin-bottom: 60px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.table01 th, table.table01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight:500;
	padding: 20px;
	vertical-align: middle;
}
table.table01 th {
	background: #dce4ef;
}
table.table01 td {
	font-weight: lighter;
}
table.table01 td.table_ttl {
	background: #e7f0bf;
}
.ul_style, .ol_style {
	margin-bottom: 40px;
}
.ul_style li {
	list-style: disc;
	margin-left: 1.5em;
	line-height: 2;
	margin-bottom: 10px;
}
.ol_style li {
	margin-left: 1.5em;
	line-height: 2;
	margin-bottom: 15px;
	list-style-type: decimal
}
.block {
	padding: 20px;
	border: 1px solid #b6d4e2;
	background: #e5f3fa;
	margin-bottom: 30px;
}
.contact_btn{
	font-size:24px;
}
.contact_btn,.contact_btn i{
	color:#000;
}
.faq_list{
	border-top: 2px solid #ccc;
	margin-bottom:60px;
}

.inquiry i {
    font-size: 20px;
    color: #fff;
}
.inquiry a {
    display: inline-block;
    padding: 8px 15px;
    background: #000;
	color:#fff;
}
.inquiry a:hover{
	background: #0068b6;
}

.side h4{
	background: #eee;
	padding:10px;
	margin-bottom:10px;
}
.side .blist{
	margin-bottom:20px;
}
.side .blist li a{
	margin-bottom:5px;
}
.wpp-list li{
	margin-bottom:0;
}
@media screen and (max-width:768px) {
.contents {
	padding: 75px 0 0;
}
.page section,.single section,.archives section{
	margin: 0 0 40px;	
}
.w80,.w50 {
	width:100%;
    margin: 0 auto 60px;
}
.contents .main,.contents .side{
	float:none;
	width:100%;
}
.contents .side{
	margin-top: 30px;
}
main p {
	margin-bottom: 20px;
}
main p.w800{
	margin:0 auto 30px;
}
.h2_wrap{
	margin-bottom:40px;
	padding:20px 5%;
}
.h2_wrap h2{
	font-size:20px;
	line-height: 1.2;
}
.page main h2 {
    text-align: left;
}
main h2{
	margin-bottom: 30px;
	font-size: 22px;
}
main h3{
	margin-bottom: 30px;
	font-size:18px;
}
.arrow-down {
	font-size: 30px;
}
table.table01 th, table.table01 td {
	padding: 7px;
	font-size: 14px;
}
.ul_style, .ol_style {
	margin-bottom: 20px;
}
	
.ph1 img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 60px;
}
.ph1.add_camption img {
	margin: 0 auto 5px;
}
.ph1.add_camption {
	margin: 0 0 15px;
}
.ph2{
	margin-bottom:30px;	
}
.ph2 li {
	text-align: center;
	margin-bottom: 20px !important;
	line-height: 2;
	width: 100%;
	margin-right: 0;
}
.ph2 li:last-child {
	margin-bottom: 0 !important;
}
.dl_wrap dl {
	padding:20px 0;
}
.dl_wrap dl dd a{
	text-decoration: underline;
}
.box_list > li{
	padding:30px 0;
}
.box_list_02 > li{
	padding:30px 0;
}
.box_list_02 > li h4{
    padding-left: 35px;
}
.box_list_02 > li h4:before{
	font-size: 30px;
    top: -10px;
}
.box_list_02 > li .ul_style {
    margin-top: 10px;
}
.dl_wrap{
	margin: 0 auto 20px;
}
.top_main .dl_wrap{
	margin: 0 auto 30px;
}
.dl_wrap dl dt{
	float: none;
    width: 100%;
    padding-bottom: 5px;
}
.dl_wrap dl dd{
	padding-left: 0;
}
.morebtn a{
	width:auto;
	font-size:16px;
	padding:10px;
}
.morebtn a:after {
    background: transparent;
}
.block {
	padding: 10px;
	margin-bottom: 15px;
}
.contact_btn{
	font-size:20px;
}
}	

@media screen and (max-width:460px) {
.ph-left_img, .ph-right_img {
	width: 100%;
	margin:0;
	float:none;
}
.ph-left_img.mb0, .ph-right_img.mb0 {
	margin-bottom:0;
}
.ph-left_img img, .ph-right_img img {
	display: block;
	margin: 30px auto;
}
.ph-left p ,.ph-right p{
	width: 100%;
}
.ph-left p.hav_margin,.ph-right p.hav_margin{
	margin-bottom:20px;
}
.dlwrap {
	margin-bottom: 30px;
}
.dlwrap dl {
	border-bottom: 0px;
	display: block;
}
.dlwrap dt {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	border-right: 0px;
	padding: 15px 10px;
	text-align: center;
	background: #fff;
}
.dlwrap dt.dl_ttl{
	border-bottom: 1px solid #ccc;
}
.dlwrap dd {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 15px 10px;
}
.dlwrap dd.sp-tac{
	text-align: center;	
}
}

/*top
------------------------------*/
.top_main section {
	padding: 80px 0;
}
.top_main h2{
	margin-bottom:40px;
	font-size:30px;
	text-align: center;
}
.top_main h2 span{
    color:#d5161a;
}
.top_main h2.hl img{
	margin-top:10px;
}
.section01 p:last-child{
	margin:0 auto;	
}
.section02{
	background: url("/wp/wp-content/uploads/2020/02/bg_suna.jpg");
}
.parallax-window {
    min-height: 400px;
    background: transparent;
    z-index: -2;
}
.section04{
	background: #eeeeee;
}


@media screen and (max-width:768px) {	
	
.top_main section {
	padding: 40px 0;
}
.top_main h2{
	margin-bottom:22px !important;
	font-size: 22px !important;
}
.section01 p{
	margin:0 auto 20px;	
}
.section01 p:last-child{
	margin:0 auto;	
}
.parallax-window{
	min-height:200px;	
}
}
@media screen and (max-width:480px) {

}

/*パンくず --------------------*/

#breadcrumb{
	width: 90%;
    max-width: 1000px;
    padding: 10px 0;
    font-size: 16px;
    margin: 0 auto;
}
#breadcrumb > div{
	display: inline-block;
}
#breadcrumb > div:after{
	/*content: "\f0da";
	content: "\f105";
	font-family: "Font Awesome 5 Free";
    font-weight: bold;*/
	content: ">";
	padding:0 0.5em;
	color:#333;
}
#breadcrumb > div:last-child:after{
	display: none;
}
#breadcrumb a{
	display: inline-block;
	color: #333;
	text-decoration: underline;
	font-size:16px;
}
#breadcrumb div:last-child a{
	text-decoration: none;
	color: #333;
}
#breadcrumb a:hover{
	opacity:0.8;
}
#breadcrumb i{
	padding:0 0.5em;
}

@media screen and (max-width:768px) {
#breadcrumb{
	font-size:14px;
}
#breadcrumb > div{
	display: inline;
}
#breadcrumb > div:after{
	/*content: "\f105";
	font-family: "Font Awesome 5 Free";
    font-weight: bold;*/
	content: ">";
	padding:0 0.5em;
	color:#333;
}
#breadcrumb > div:last-child:after{
	display: none;
}
#breadcrumb a{
	display: inline;
	padding:2px;
	text-decoration: underline;
	font-size:14px;
}
#breadcrumb div:last-child a{
	text-decoration: none;
	color: #333;
}
#breadcrumb i{
	padding:0 0.5em;
}
}

/*ページナビ --------------------*/

.wp-pagenavi{
	text-align: center;
	font-size:20px;
}
.wp-pagenavi a, .wp-pagenavi span{
	color:#5395d0;
	border-color:#5395d0 !important;
	padding: 8px 12px !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
	padding:8px 12px;
	background: #5395d0;
	border-color: #5395d0 !important;
	color:#fff;
}
@media screen and (max-width:768px) {
.wp-pagenavi{
	margin-top:30px;
	font-size:16px;
}
}
/*contact
========================================*/
.contact,.contact p{
	text-align: center;
}
.page section.contact{
	padding:60px 0 0;
	border-top:1px solid #ccc;
}
.contact h2{
	font-size:30px;
	margin-bottom:40px;
}
.contact_to{
	display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.contact_to.only-one{
	display: block;
    text-align: center;
	margin: 0 auto 40px;
}
.contact_to li{
	text-align: center;
    width: 48%;
	padding:40px 20px;
	font-size:30px;
	box-sizing: border-box;
	background: #fff;
	font-weight: 500;
	border:1px solid #5395d0;
}
.contact_to.only-one li{
	display: inline-block;
	
} 
.contact_to li h3{
	font-size:20px;
	margin-bottom:10px;
	color:#333;
}
.contact_to li span{
	color: #333;
    font-weight: 500;
    display: block;
}
.contact_to li a{
	color: #333;
}
.contact_to li a:hover{
	color:#666;
	cursor: pointer;
}
.contact p a,.contact p a i{
	color:#333;	
}
.contact p a:hover,.contact p a:hover i{
	color:#666;
}
@media screen and (max-width:768px) {
.contact{
	text-align: left;
}
.contact_to {
	margin: 0 auto;
    display: block;
}
.contact_to.only-one{
	display: block;
    text-align: center;
	margin: 0 auto 30px;
}
.contact_to li:first-child{
	margin-bottom: 20px;	
}
.contact_to.only-one li:first-child{
	margin-bottom: 0;	
}
.contact_to li{
	width: 100%;
    padding: 30px 15px;
	font-size:24px;
}

}
/*footer
========================================*/

#footer{
	padding:80px 0;
	background: url(/wp/wp-content/uploads/2020/02/bg_suna.jpg);
	font-size:16px;
}
#footer h2{
	font-size:30px;
	margin-bottom:20px;
}
#footer h2 a{
	color:#333;
}
#footer h2 span{
	font-size:16px;
}
.f_list{
	margin:40px auto;
	max-width:800px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align: center;
	padding:30px 0;
}
.f_list li{
	display:inline-block;	
}
.f_list li a{
	display:block;	
	color:#333;
	padding:0 1em;
}
.copyright {
	text-align: center;
}

.pagetop {
	display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #5395d0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 100;
	border:1px solid #5395d0;
}
.pagetop:hover {
	background:#5395d0;
}
.pagetop i {
	color: #5395d0;
	font-size: 20px;
}
.pagetop:hover i{
	color: #fff;
}
@media screen and (max-width:768px) {
#footer {
	padding: 40px 0 80px;
}
#footer h2{
	font-size:20px;
}
.f_list{
	margin:20px auto;
	width:100%;
	border-top:1px solid #000;
	border-bottom:0px;
	padding: 0;
	font-size:14px;
}
.f_list li{
	display:block;
	float:left;
	width:50%;
	box-sizing: border-box;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
.f_list li a{
	display:block;	
	color:#333;
	padding:10px 9px;
}
.f_list li:nth-child(2n){
	border-right:0px;
}
.copyright {
    position: initial;
}
.pagetop {
	right: 10px;
	bottom: 70px;
	width: 40px;
    height: 40px;
    line-height: 40px;
}
.contact_fix{
	display: none;
	width:100%;
	position: fixed;
	left:0;
	bottom:0;
	height:60px;
	line-height: 60px;
	text-align: center;
	border-top: 1px solid #5395d0;
}
.tel{
	float:none;
	margin: 0;
}
.contact_fix .tel a{
	color:#5395d0;
	font-weight:bold;
	font-size:16px;
	float:left;
	width:50%;
	box-sizing: border-box;
	background: #fff;
	margin:0;
}
.mailto a{
    display: block;
    float: right;
    width: 50%;
    background: #5395d0;
    border-radius: 0px;
    padding: 0 5px;
    box-sizing: border-box;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    margin-top: 0;
    box-shadow: none;
}
.mailto a:after{
	background: #5395d0;	
}
.mailto img{
	height: 15px;
    margin-bottom: -3px;
    margin-right: 5px;
    position: inherit;
    top: auto;
    left: auto;
}
}
/*メールフォーム
================================================*/

.problem {
	background-color: #fff3f3;
}
.must {
	background-color: #5395d0;
	font-size: 12px;
	padding: 3px 7px;
	border: 0px;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	float: right;
	margin-right:10%;
	color:#fff;
}

input:-internal-autofill-selected{
	backgrund:#f3f3f3;
}
input[type="text"] ,input[type="email"] ,textarea,input[type="tel"],select{
	width:100%;
	font-size: 16px;
    padding: 12px;
    border: 1px solid #ccc;
	border-radius: 0;
    outline: none;
    background: none;
	box-shadow: none;
	    box-sizing: border-box;
}
input[type="tel"]{
	width: 5em;
    margin: 10px 0;
}
select{
	height:2.5em;
	max-width: 300px;
	margin-top:5px;
	padding:0 5px;
}
textarea{
	margin: 10px 0 0;
}
input[type="text"]:focus ,input[type="email"]:focus ,textarea:focus,input[type="tel"]:focus{
	border:1px solid #4d90e8 ;
    border-radius: 0;
    outline: none;
    background: none;
	box-shadow: none;
}
.mw_wp_form_input .btn input, .mw_wp_form_confirm .btn input, #backbtn input{
	font-size: 18px;
    padding: 5px 15px;
    background: #4d90e8;
    color: #fff;
    box-shadow: none;
    border: 0px;
    cursor: pointer;
}
.mw_wp_form_input .btn input, .mw_wp_form_confirm .btn input, #backbtn input{
	background: #5395d0;
	font-size: 20px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
	text-align: center;
	display: block;
	margin:20px auto 0;
	color:#fff;
	position: relative;
	box-shadow: none;
    border: 0px;
    cursor: pointer;
}
#backbtn input[name="submitBack"]{
	background: #9e9e9e;
}
.mw_wp_form .error{
	font-size:100% !important;
	color: #4d90e8 !important;
}
#backbtn{
    text-align: center;
    margin: 60px auto 0;
}
.confirm .confirm_none{
	display: none;
}
@media screen and (max-width :767px) {
	.mw_wp_form_input .btn input, .mw_wp_form_confirm .btn input, #backbtn input{
	font-size: 18px;
    padding: 15px;
	}

.must {
	margin: 0 0 0 5px;
	float: none;
	display: inline-block;
	padding: 1px 5px;
}

.mfp_element_select-one {
	width: auto;
}
.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 {
	font-size:14px;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
	font-size: 16px !important;
	padding:12px 25px;
	width:auto;
}
#backbtn{
	margin:40px 0 0;	
}
}
@media screen and (max-width :480px) {
	.mw_wp_form_input .btn input, .mw_wp_form_confirm .btn input, #backbtn input{
    max-width: auto;
	}
}
@media print{
	.only-sp{
		display: none;
	}
}
