@charset "UTF-8";
/*====================================================================

  リセット

====================================================================*/
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: 130%;}
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;
}
/*====================================================================

  設定

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

a:link {color:#F14B94; text-decoration:none;}
a:visited {color:#F14B94; text-decoration:none;}
a:hover {color:#F14B94; 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;}

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

 共通CSS

================================================================================================================== */
html {font-size: 62.5%;}
body {font-size:1.6rem;}

header,
main,
footer {margin: 0 auto;}

header {background: #000;}
main {background: #FFF;}
footer {background: #000;}

.container {margin: 0 auto; padding: 20px 0;}
.container2 {margin: 0 auto;}

section {padding-bottom: 70px;}

h1 {
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    font-family: "M PLUS Rounded 1c";
    font-weight: normal;
}

.container p,
.container2 p {font-size: 2.0rem; margin: 30px 0;}

.contact_btn {width: 84%; max-width: 625px; margin: 20px auto 70px auto;}

.mb_50 {margin-bottom: 50px;}
.mb_90 {margin-bottom: 90px;}
.mtb_70 {margin: 70px auto;}

h2 {
    position: relative; 
    margin: 0 auto 60px; 
    padding: 20px; 
    text-align: center; 
    color: #FFF;
    font-size: 4.0rem;
    font-family: "M PLUS Rounded 1c";
}
h2::before { 
    content: '';
    position: absolute; 
    bottom: -28px; 
    left: 50%;
    margin-left: -14px; 
    border: 14px solid transparent; 
}

.tit01 {background: #fe0000;}
.tit01::before  {border-top-color: #fe0000;}

.tit02 {background: #32457d;}
.tit02::before  {border-top-color: #32457d;}

.tit03 {background: #1e92ff;}
.tit03::before  {border-top-color: #1e92ff;}

.bg01 {background: #2e2f41;}

.txt_mini {font-size: 80%;}

#push {text-align: center; margin: 30px auto 50px auto; width: 90%; max-width: 840px;}

#push h4 {
    max-width: 450px;
    width: 90%;
    background: #111;
    color: #FFF;
    text-align: center;
    padding: 15px 5px;
    font-family: "M PLUS Rounded 1c";
    border-radius: 30px;
    font-size: 2.8rem;
    margin: 0 auto;
}
#push p {font-size: 2.0rem; margin: 15px auto 50px auto; }

#push b {text-decoration: underline;}

#contact p {text-align: center;}

#contact form {
	max-width: 850px;
    margin-bottom: 30px;
}
#contact dl {
	text-align: left;
}
#contact dt {
	margin: 2em 0 1rem 0;
	padding-left: 0.5em;
}
#contact dt span {
	color: #ff0000;
}

#contact dd label + label {
	margin-left: 1em;
}
#contact .submit {
    display:-moz-box;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#contact .submit li {
	position: relative;
	width: 100%;
	max-width: 340px;
	margin: 20px 10px 0;
    list-style: none;
}
#contact .submit li::after {
	content: "";
	position: absolute;
	bottom: 4px;
	right: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #fff transparent;
}
#contact .submit input {
	width: 100%;
	height: 100%;
	font-size: 1.9rem;
	color: #FFFFFF;
	padding: 1em;
	background: #333333;
}
#contact [type="submit"] {
	background: #FF0000 !important;
}
input, select, textarea {
    font-family : inherit;
    font-size   : 100%;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 10px;
	background: #F0F0F0;
    width: 100%;
}
button {
    border: none;
}
textarea {
	height: 300px;
}
button, input {
overflow: visible;
}

footer {color: #FFF; font-size: 70%; text-align: center;}
/* ==================================================================================================================

768px以下 

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

@media screen and (max-width: 768px) {
.pc_only {display: none;}	
.container {width: 90%; padding: 10px 0}
.container2 {width: 90%;}
.container p,
.container2 p{font-size: 1.6rem;}
h1 {font-size: 1.0rem;}
h2 {padding: 20px 10px; font-size: 2.6rem;}
#push {text-align: left;}
#push h4 {font-size: 2.0rem;}
#push br {display: none;}
#push p {font-size: 1.6rem;}

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

768px以上 

================================================================================================================== */
@media screen and (min-width: 769px) {
.mb_only {display: none;}
.container,
.container2 {width: 90%;}

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

1100px以上 

================================================================================================================== */
@media screen and (min-width: 1100px) {
header,
main,
footer {width: 1100px;}
.container,
.container2 {width: 840px;}

}