@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&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;}
i {font-style: 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;
}

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

  設定

====================================================================*/
html,body {
	color:#333333;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	background: #FFFFFF;
}

a:link {color:#c267b0; text-decoration:underline;}
a:visited {color:#c267b0; text-decoration:underline;}
a:hover {color:#de76c9; text-decoration:underline}

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;}

/* ==================================================================================================================
 共通CSS
================================================================================================================== */

html {font-size: 62.5%;}
body {font-size:1.5rem;}

.tit01 {
	font-size: 2.6rem;
	line-height: 130%;
	font-weight: 500;
}
.tit01+p {
	font-size: 1.4rem;
	margin-top: 2em;
}
main {
	margin:0 auto;
	padding: 20px 20px 5vh 20px;
	max-width: 900px;
	background: #FFF;
}

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

#mail_form {
	margin-top: 2em;
}
#mail_form dl {
	border-bottom: 1px solid #F2F2F2;
}
#mail_form dl:last-of-type{
	border-bottom: none;
}
#mail_form dl dt {
	width: 100%;
	text-align: left;
	overflow: hidden;
    font-size: 1.6rem;
	padding: 2.5rem 0 0 0;
	font-weight: 500;
}
#mail_form dl dd {
	width: 100%;
	padding: 1.5rem 0 2.5rem 0;
	text-align: left;
	border-top: none;
}
#mail_form dl dd p {
	font-size: 90%;
	color: #999;
	margin: 0.5em auto;
}
#mail_form dl dt .must {
    color: #FFF;
	background: #e60012;
	font-size: 70%;
	line-height: 150%;
	padding: 0.3em 0.5em;
	margin-right: 0.6em;
	border-radius: 3px;
	display: inline-block;
	font-weight: 500;
}
#mail_form dl dt .nomust {
    color: #666;
	background: #FFF;
	font-size: 70%;
	line-height: 150%;
	padding: 0.3em 0.5em;
	margin-right: 0.6em;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid #666;
	font-weight: 500;
}
.yuubin {
	width: 150px!important;
	margin-bottom: 5px!important;
}
#mail_form input[type="text"],
#mail_form input[type="email"],
#mail_form input[type="tel"] {
	width: calc(100%);
	padding: 7px;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: #f7f9ff;
	resize: vertical;
}
#mail_form input[type="text"]:focus,
#mail_form input[type="email"]:focus,
#mail_form input[type="tel"]:focus,
#mail_form textarea:focus {
	background: #ffffff;
}
#mail_form ul li input[type="radio"],
#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
    position: relative;
    top: -1px;
}
#mail_form ul li:first-child input[type="radio"],
#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}
#mail_form select {
	font-size: 1.6rem;
    height: 4.2rem;
	padding : 0 2%;
	border : 1px solid #666666;
    width: 50%;
    border-radius: 3px;
}
#mail_form textarea {
	display: block;
	width: calc(100% - 1.0rem);
	height: 200px;
	padding: 7px;
	resize: vertical;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: #f7f9ff;
	margin: 0 0.5rem;
}
#mail_form ul li label:hover {
	cursor: pointer;
}
#mail_form .select_contacttype li {
	display: block;
	margin: 0.4em 0;
}
#mail_form .select_contacttype {
	margin-left: 0.5em;
}
#mail_form input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}
#mail_form input#postal + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}
#submit_btn input[type="button"],
#submit_btn input[type="submit"]{
	padding: 1.0em 0.5em;
    max-width: 350px;
    width: 100%;
	background: #666;
	font-size: 1.8rem!important;
    font-weight: 400;
    color: #FFF;
	font-family: inherit;
	-webkit-appearance: none;
    margin: 0 auto 20px;
    display: block;
	border: 1px solid #111111;
	border: 3px;
}
#submit_btn input[type="button"]:hover,
#submit_btn input[type="submit"]:hover {
	cursor: pointer;
	background: #333;
	color: #FFF;
}
