@charset "UTF-8";

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.page_ttlbox {
	background-image: url("../img/bg_page_ttl.jpg");
}

.pickup_nav li {
	margin-bottom: 50px;
}
.pickup_nav li:last-child {
margin-bottom: 0;
}
.fir_copy .text {
	font-size: 27px;
    line-height: 1.8;
	letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.fir_copy .text {
	font-size: 17px;
}
}
@media screen and (max-width: 767px) {
.fir_copy .text {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}
}


/* -----------------------------------------------------------
	contact select
----------------------------------------------------------- */
.select_foem {
	max-width: 1042px;
	margin: 60px auto 0;
}
.select_foem ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.select_foem ul li {
	width: 48%;
	margin-bottom: 5%;
	position: relative;
	background: #e6e6e6;
}
.select_foem ul li::before {
	display: block;
    content: '';
	position: absolute;
	background: #ffffff;
	height: calc(45px / 2);
	width: 45px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	transform: rotate(315deg);
	top: 2px;
    left: -9px;
}
.select_foem ul li a {
	color: #333;
	height: 240px;
	display: flex;
	justify-content: center;
}
.select_foem ul li:hover {
	opacity: .7;
	transition: opacity .3s ease-in-out;
}
.select_foem ul li a .ttlbox {
	display: flex;
	justify-content: center;
    align-items: center;
}
.select_foem ul li a .ttl {
	font-size: 26px;
	line-height: 2.2;
	position: relative;
	width: 300px;
}
.select_foem ul li.sec_media a .ttl {
	font-size: 22px;
}
.select_foem ul li a .ttl::after {
	display: block;
    content: '';
	position: absolute;
	width: 288px;
	height: 2px;
	top: 50%;
	left: 0;
	background: linear-gradient(90deg, rgba(35, 126, 193, 1) 0%, rgba(34, 122, 188, 1) 18.27%, rgba(32, 110, 173, 1) 40.67%, rgba(28, 91, 148, 1) 65.23%, rgba(23, 64, 113, 1) 91.17%, rgba(21, 54, 100, 1) 99.97%);
}
.select_foem ul li a .ttl span {
	font-size: 18px;
}
.select_foem ul li a .ttlbox img {
	width: 30%;
	max-width: 145px;
}
.select_foem ul li a:hover .ttlbox img {
	opacity: 1;
}
.select_foem ul li a .ttlbox .note {
	position: absolute;
	left: 0;
	bottom: -1.8em;
	font-size: 16px;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.select_foem {
	max-width: 840px;
}
.select_foem ul li {
	width: 49%;
	margin-bottom: 2%;
}
.select_foem ul li a .ttl {
	font-size: 20px;
	line-height: 2;
	width: 235px;
}
.select_foem ul li a {
	height: 180px;
}
.select_foem ul li a .ttl span {
	font-size: 12px;
}
.select_foem ul li a .ttl::after {
	width: 100%;
}
.select_foem ul li a .ttlbox img {
	width: 22%;
}
.select_foem ul li a .ttlbox .note {
	font-size: 14px;
	bottom: -2.4em;
}
.select_foem ul li.sec_media a .ttl {
	font-size: 17px;
}
.select_foem ul li::before {
	height: calc(35px / 2);
    width: 35px;
	left: -7px;
}
}
@media screen and (max-width: 767px) {
.select_foem {
	margin-top: 40px;
}
.select_foem ul li {
	width: 100%;
	max-width: 420px;
	margin: 0 auto 2%;
}
.select_foem ul li a .ttl {
	font-size: 17px;
	line-height: 2;
	width: 200px;
}
.select_foem ul li a {
	height: 120px;
}
.select_foem ul li a .ttl span {
	font-size: 10px;
}
.select_foem ul li a .ttl::after {
	width: 100%;
}
.select_foem ul li a .ttlbox img {
	width: 24%;
}
.select_foem ul li a .ttlbox .note {
	font-size: 11px;
	bottom: -1.8em;
}
.select_foem ul li.sec_media a .ttl {
	font-size: 14px;
}
.select_foem ul li::before {
	height: calc(25px / 2);
    width: 25px;
	left: -5px;
}
}
/* -----------------------------------------------------------
	contact
----------------------------------------------------------- */
.contact_wrap {
	max-width: 960px;
	margin: 0 auto;
}
.contact_wrap.copy_top {
	margin-top: 90px;
}
.para {
	margin-bottom: 100px;
}

.telinfo {
	max-width: 700px;
	margin: 30px auto 0;
	padding: 20px;
	border: 2px solid #666;
	background: #fff;
}
.telinfo .left {
	width: 60%;
	float: left;
	text-align: center;
}
.telinfo .left .tel_text {
	font-size: 30px;
	font-weight: 500;
}
.telinfo .right {
	width: 38%;
	float: right;
}
.contact_thanks_ttl {
	font-size: 133.3%;
	text-align: center;
	margin: 60px 0 40px;
}
.contact_thanks_link {
	text-align: center;
}
.contact_thanks_link a {
	color: #2c2c2c;
	text-decoration: underline;
}
.contact_thanks_link a:hover {
	text-decoration: none;
}

.list_2 li {
	float: left;
    margin-right: 24px;
}
.ohtertolink {
	display: flex;
	margin-bottom: 50px;
}
.ohtertolink .text {
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
	white-space: nowrap;
	margin-right: 10px;
}
.ohtertolink .btn_link a {
	height: 44px;
	line-height: 44px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.contact_wrap.copy_top {
	margin-top: 40px;
}
.para {
	margin-bottom: 40px;
}

.telinfo {
	width: 90%;
	max-width: 500px;
	padding: 8px;
}
.telinfo .left {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.telinfo .left .tel_text {
	font-size: 20px;
}
.telinfo .left a {
	color: #333;
	text-decoration: underline;
}
.telinfo .right {
	width: 100%;
	float: none;
	text-align: center;
}
.contact_thanks_ttl {
	font-size: 115%;
}
.list_2 li {
	float: none;
    margin-right: 0;
}
.ohtertolink {
	display: block;
	margin-bottom: 40px;
}
.ohtertolink .text {
	white-space: inherit;
	margin-right: 0;
	margin-bottom: 10px;
}
.ohtertolink .btn_link {
	width: 240px;
}
}

/* -----------------------------------------------------------
	#コンタクトフォーム
----------------------------------------------------------- */
.must2 {
	font-size:10px;
	color:#900;
	font-weight:bold;
	padding:0 10px;
}
.conta_tb {
	border:solid 1px #ccc;
	width:100%;
}
.conta_tb td, .conta_tb th {
	border-bottom:dotted 1px #ccc;
	padding:10px;
	text-align:left;
	background: #fff;
}
.conta_tb th {
	width:12em;
	font-weight: normal;
	width:250px;
	background-color: #e6e6e6;
}
.find {
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	border-left: 5px solid #900;
}

.font_cyu {
	font-size: 85.7%;
	line-height: 1.5;
	display: inline-block;
}
.hisu {
	background: #D90000;
    color: #fff;
    padding: 3px 8px;
    margin-left: 10px;
    font-size: 12px;
    text-align: center;
}


.tel_back{
	background: url(../img/image01.gif) no-repeat #FFFFFF;
	background-position:right 0px;
	/*background-color:#FEC9FF;*/
	padding-top:13px;
	}

.toi_l{
	display:block;
	width:265px;
	float:left;
	font-size:27px;
	font-weight:bold;
	background: url(../img/tel.png) no-repeat;
	background-position:left 3px;
	padding-left:40px;
	letter-spacing:-1px;
	/*background-color:#B0FBFA;*/
	}
.toi_r{
	display:block;
	width:190px;
	float:right;
	font-size:18px;
	/*background-color:#C8FF8B;*/
	font-weight:bold;
	line-height:1.4;
	padding-top:5px;
	}
	
.tel_s{font-size:20px;}
.uketuke{font-size:15px;}

input,
textarea {
	font-size: 100%;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
	background: #666 !important;
	width: 200px;
	border-radius: 0 !important;
	border: none !important;
	text-shadow: none !important;
	padding: 14px 10px !important;
	color: #fff !important;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
	box-shadow: none !important;
	opacity: 0.7;
}

.mfp_buttons {
	width: 500px;
	margin: 0 auto 30px;
}
.btn_sub {
	float: left;
}
.btn_reset {
	float: right;
}

.form_adress_ol li {
	margin-top: 8px;
}

.inquiry_link {
	text-decoration: underline;
	color: #333;
}
.inquiry_link:hover {
	text-decoration: none;
}
.mfp_element_file {
	cursor: pointer;
	background: none;
	box-shadow: none;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
/*-- タブレット --*/
.hisu {
    font-size: 10px;
	white-space:nowrap;
}
.tel_back{
	background: url(../img/image01.gif) no-repeat #FFFFFF;
	background-position:right 220px;
	padding-bottom:190px;
	}

.toi_r{
	float:none;
	padding-left:40px;
	clear:both;
	}
.conta_tb th {
	font-size: 92%;
}
.conta_tb td, .conta_tb th {
	padding: 5px;
}
.mfp_buttons {
	width: 80%;
}
div.mfp_buttons button {
	width: 46%;
}
}

@media screen and (max-width: 767px) {
/*-- スマホ --*/

.hisu {
    font-size: 10px;
	white-space:nowrap;
}

.tel_back{
	background: url(../img/image01.gif) no-repeat #FFFFFF;
	background-position:right 210px;
	background-size:210px;
	margin-right:0;
	margin:0 auto;
	padding-bottom:150px;
	}
	

.toi_l{
	width:80%;
	float:none;
	font-size:23px;
	margin-bottom:10px;
	clear:both;
}
.toi_r{
	float:none;
	padding-left:40px;
	font-size:16px;
	clear:both;
}

.tel_s{font-size:16px;}
.uketuke{font-size:15px;}

.conta_tb th, .conta_tb td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.conta_tb {
	border:solid 1px #ccc;
	width:100%;
	box-sizing: border-box;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
}
.conta_tb th {
	padding: 8px;
}
.conta_tb th .ted {
	font-size: 16px !important;
	/*transform:scale(0.5);*/
	margin-left: -3em;
	-webkit-text-size-adjust: 100%;
}
.conta_tb th .ted2 {
	font-size: 14px !important;
}
.conta_tb th .ted3 {
	font-size: 16px !important;
	/*transform:scale(0.5);*/
	-webkit-text-size-adjust: 100%;
}
.form_right input, .mfp input, .form_right textarea, .form_right label, .mfp select {
	font-size: 16px;
	/*transform:scale(0.9);
	transform-origin:left top;*/
	-webkit-text-size-adjust: 100%;
}
.mfp_element_select-one {
	font-size: 16px !important;
	/*transform:scale(0.9);
	transform-origin:left top;*/
	-webkit-text-size-adjust: 100%;
}


.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
	width: 100% !important;
    box-sizing: border-box;
}
.mfp_element_textarea {
	height: auto !important;
}

.mfp_buttons {
	width: 100%;
}
div.mfp_buttons button {
	width: 46%;
}

form#mailformpro label {
	width: 100%;
    box-sizing: border-box;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 11px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-size: 11px;
}
::placeholder{ /* Others */
 font-size: 11px;
}

}




.form_otherwrap {
	max-width: 860px;
	margin: 0 auto;
}

.catewarap .catewarap_ttl {
	background: #666;
	font-size: 18px;
	color: #fff;
	padding: 5px 16px;
	margin-bottom: 40px;
}
.check_catalog_list {
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.check_catalog_list li {
	width: 18.25%;
	margin-left: 9%;
	margin-bottom: 7%;
	float: left;
}
.check_catalog_list li:nth-child(4n + 1) {
	clear: left;
	margin-left: 0;
}
.check_catalog_list li a:hover img {
	opacity: 1;
}
.check_catalog_list li a {
	display: block;
	color: #333;
}
.check_catalog_list li a:hover {
	opacity: 0.7;
}
.check_catalog_list li img {
	border: 1px solid #ccc;
}
.check_catalog_list li span {
	margin-top: 10px;
	font-size: 14px;
	padding-left: 6px;
	display: inline-flex;
}
.check_catalog_list li .profile_text {
	font-size: 13px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.4;
	margin-top: 10px;
}
form#mailformpro .check_catalog_list li label.mfp_not_checked,
form#mailformpro .check_catalog_list li label.mfp_checked {
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
	display: block;
}
form#mailformpro .check_catalog_list li label:hover {
	opacity: .7;
}
form#mailformpro .check_catalog_list li .mfp_element_checkbox {
	transform: scale(1.5, 1.5);
}


.dl_list {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	max-width: 1000px;
}
.dl_list li {
	display: none;
	width: 16%;
	margin: 0 4% 4%;
	float: none;
}
.dl_list li.active {
	display: block;
}
.check_catalog_list.dl_list li:nth-child(4n + 1) {
	margin-left: 2%;
}

.dl_list li .dltext {
	background: #032138;
	text-align: center;
	padding: 6px;
	line-height: 1;
	border-radius: 40px;
	margin: 20px 0 6px;;
	position: relative;
	color: #fff;
}
.dl_list li .dltext::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    left: auto;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check_catalog_list.dl_list li span {
	margin-top: 0;
	padding-left: 0;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
.check_catalog_list {
	padding: 0 4%;
}
.check_catalog_list li {
	width: 25.5%;
	margin-left: 11.5%;
	margin-bottom: 4%;
}
.check_catalog_list li:nth-child(4n + 1) {
	margin-left: 11.5%;
	clear:none;
}
.check_catalog_list li:nth-child(3n + 1) {
	margin-left: 0;
	clear: left;
}

.check_catalog_list.dl_list li {
	width: 23%;
	margin-left: 6%;
	margin-bottom: 3.5%;
}
.check_catalog_list.dl_list li:nth-child(4n + 1) {
	margin-left: 6%;
}
.check_catalog_list.dl_list li:nth-child(3n + 1) {
	margin-left: 6%;
}
.check_catalog_list li span {
	white-space: normal;
}
}

@media screen and (max-width: 767px) {
.catewarap .catewarap_ttl {
	font-size: 15px;
	padding: 4px 8px;
	margin-bottom: 24px;
}
.check_catalog_list {
	padding: 0 4%;
}
.check_catalog_list li {
	width: 45%;
	margin-left: 10%;
	margin-bottom: 8%;
}
.check_catalog_list li:nth-child(4n + 1) {
	margin-left: 10%;
	clear:none;
}
.check_catalog_list li:nth-child(2n + 1) {
	margin-left: 0;
	clear: left;
}
.check_catalog_list li span {
	display: block;
	white-space: normal;
	padding-left: 24px;
	margin-top: -20px;
	font-size: 12px;
}
.check_catalog_list li.profile_item span {
	margin-top: 4px;
	padding-left: 0;
}
.check_catalog_list li .profile_text {
	font-size: 12px;
}

.check_catalog_list.dl_list li {
	width: 39%;
	margin-left: 6%;
	margin-bottom: 8%;
}
.check_catalog_list.dl_list li:nth-child(4n + 1) {
	margin-left: 2%;
}
.check_catalog_list.dl_list li:nth-child(2n + 1) {
	margin-left: 2%;
}

form#mailformpro .check_catalog_list li .mfp_element_checkbox {
	transform: scale(1.2, 1.2);
}
}
