@charset "utf-8";
/*================================================
 CSS Ver.1.00
=================================================*/
body {
	color: #333333;
	background-color: #ECECEC;
	font-size: 75%;
	font-family: "Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	border: none;
	counter-reset: titleNum;
	background-size: auto;
}

html,body {
}

html>/**/body {
font-size: 12px;
}

p {
	font-size: 1.4em;
	line-height:  150%;
}

@media (max-width: 640px) {
p {
	font-size: 1.45em;
}
}


.bgc_01 {
	background-color: #FFFFFF;
}

.bgc_02 {
	background-image: url(../image_common/bg_01.jpg);
	background-position: bottom;
}

.bgc_03 {
	background-image: url(../image_common/bg_02.jpg);
}

.bgc_04 {
	background-image: url(../image_common/bg_03.jpg);
}

.bgc_05 {
	background-image: url(../image_common/bg_04.jpg);
	background-position: center;
}

.bgc_06 {
background-color: #f8f8f8;
}

.bgc_07 {
	background-image: url(../image_common/bg_05.jpg);
	background-position: center;
}

.bgc_08 {
	background-image: url(../image_common/bg_06.jpg);
	background-position: center bottom;
	background-size: 100%;
}

.bgc_09 {
	background-image: url(../image_common/bg_07.jpg);
	background-position: center;
}

.bgc_10 {
	background-image: url(../image_common/bg_08.jpg);
	background-position: top;
}

.bgc_11 {
	background-image: url(../image_common/bg_09.png);
	background-position: top;
}

.bgr {
	background-image: url(../image_common/bgr.jpg);
	background-size: 100%;
	background-position: center;
}

@media (max-width: 640px) {
.bgr {
	background-image: url(../image_common/bgrsp.jpg);
	background-size: 100%;
	background-position: top right;
}
}

.padding_0 {
	padding: 0 !important;
}

.bgc_wh {
background-color: #FFFFFF;
}

.ptn_01 {
	background-image: url(../image_common/dotptn_01.png);
}

.ptn_02 {
	background-image: url(../image_common/dotptn_02.png);
}

.border_tb {
	border-top: 4px solid #3e4b9c;
	border-bottom: 4px solid #3e4b9c;
}


/*------------------------------------------------
	Header
-------------------------------------------------*/

header {
	width: 100%;
	padding: 1.0em 0.5em;
	display : inline-block;
	position: fixed;
	z-index: 10;
	background:rgba(255,255,255,0.7);
}

.hmenu {
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: right;
}

@media (max-width: 640px) {
hmenu {
	max-width: 960px;
	margin: 0 auto;
	padding: 0.5em 0;
	box-sizing: border-box;
	text-align: center;
}
}

.dummy {
	width: 100%;
	height: 58px;
	background-color: #FFFFFF;
}

.pc {
}

@media (max-width: 640px) {
.pc {
	display: none;
}
}

.smp {
	display: none;
}

@media (max-width: 640px) {
.smp{
	display: block;
}
}

header h1 {
	width: 30%;
	float: left;
}

@media (max-width: 640px) {
header h1 {
	width: 60%;
}
}

header p {
	flex: 1;
}

@media (max-width: 640px) {
header p {
	font-size: 1.0em;
	flex: 1;
}
}



/*------------------------------------------------
	Hamberger
-------------------------------------------------*/

#gnav-btn {
    color: #333333;
    padding: 10px;
    font-size: 30px;
    position: fixed;
    top: 5px;
    right: 10px;
	z-index: 5000;
  }
  #gnav-input:checked ~ #gnav-content {
    top: 0;
  }
  #gnav-content {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 4999;
    transition: 0.3s;
    width: 100%;
  }
  .humb-menu__title {
    padding: 1.5rem;
  }
  .humb-menu label {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    cursor: pointer;
  }
  .humb-menu input {
    display: none;
  }
  .humb-menu .accshow {
    height: 0;
    overflow: hidden;
  }
  .humb-menu .accshow p {
    padding: 1.5rem;
  }
  .humb-menu .cssacc:checked + .accshow {
    height: auto;
  }
#gnav-content {
margin-top: 58px;
height: 100%
}

#gnav-content ul {
	padding: 1.0em;
	width: 100%;
	background-color:rgba(255,255,255,0.9);
	box-sizing: border-box;
	display: block;
}

#gnav-content li {
	font-size: 1.5em;
	padding-bottom: 0.5em 1.0em;
	width: 100%;
	text-align: left;
}



/*------------------------------------------------
	Contents
-------------------------------------------------*/

section {
	max-width: 960px;
	margin: 0 auto;
	padding: 3.0em 0;
}

.width100 {
	max-width: 100%;
}

.box {
	width: 100%;
	padding: 0 1.0em;
	box-sizing: border-box;
	display: inline-block;
}

.box h1 {
	color: #3e4b9c;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 3.0em;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

@media (max-width: 640px) {
.box h1 {
	color: #3e4b9c;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.8em;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
}

.box h2 {
	color: #3e4b9c;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.5em;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

@media (max-width: 640px) {
.box h2 {
	color: #3e4b9c;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.5em;
	font-weight: bold;
	width: 100%;
	text-align: left;
}
}

.tcenter {
	text-align: center !important;
}

.box_wh {
	width: 100%;
	padding: 1.5em;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFFFFF;
}

.box_wh h2 {
	font-size: 1.8em;
	width: 100%;
	color: #3e4b9c;
	border-bottom: 2px solid #3e4b9c;
}

.box_gr {
	width: 100%;
	padding: 1.5em;
	box-sizing: border-box;
	display: inline-block;	
	background-color: #f8f8f8;
}

.border_box {
	width: 100%;
	background-color: #3e4b9c;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 5px;
	padding: 0.5em;
	font-size: 1.8em;
	box-sizing: border-box;
}

.bbox {
	width: 83%;
	float: right;
}

.center {
	text-align: center;
}

hr {
	border: none;
	border-top: 1px solid #999999;
}

.hr2 {
	border: none;
	border-top: 1px dotted #999999;
}



.btn_01 {
     display:block;
     width: 70%;
	 margin: 0 auto;
	 padding: 0.5em 0;
	 box-sizing: border-box;
     color: #3e4b9c;
	 font-size: 2.0em;
     text-decoration: none;
     text-align: center;
     background-color: #FFFFFF; /*ボタン色*/
     border-radius: 5px; /*角丸*/
	 border: 1px solid #3e4b9c;
     -webkit-transition: all 0.2s;
     transition: all 0.2s;
}

.btn_01:hover {
     color: #FFFFFF;
     background-color: #3e4b9c; /*ボタン色*/
}

@media (max-width: 640px) {
.btn_01 {
     display:block;
     width: 100%;
	 margin: 0 auto;
	 padding: 0.5em 0.5em;
	 box-sizing: border-box;
     color: #3e4b9c;
	 font-size: 1.6em;
     text-decoration: none;
     text-align: center;
     background-color: #FFFFFF; /*ボタン色*/
     border-radius: 5px; /*角丸*/
	 border: 1px solid #3e4b9c;
     -webkit-transition: all 0.2s;
     transition: all 0.2s;
}
}

.cbox {
     width: 100%;
	 margin: 0 auto;
	 padding: 0.8em 0;
     color: #FFFFFF;
	 font-size: 1.5em;
     text-decoration: none;
     text-align: center;
     background-color: #3e4b9c;
     border-radius: 5px;
}

.center {
     width: 100%;
	 padding: 1.0em 0;
	 text-align: center;
}

.gmap {
	width: 100%;
	height: 100;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.image_main {
	max-width: 960px;
	margin: 0 auto;
}

/*------------------------------------------------
	Footer
-------------------------------------------------*/

footer {
	width: 100%;
	padding: 3.0em 0 0.5em 0;
	background-color: #3e4b9c;
	display: inline-block;
	color: #FFFFFF;
}

.footer_box {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 1.0em;
	box-sizing: border-box;
}

.footer_logo {
	width: 100px;
	float: right;
}

.flex_footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 640px) {
.flex_footer {
	display: block;
}
}

footer small {
	color: #FFFFFF;
	margin-top: 2.0em;
}



.slider_01 {
	background-image: url("../image/bg_02.jpg");
	background-position: center;
	text-align: center;
}

.slider_02 {
	background-image: url("../image/s_02.jpg");
	background-size: 100%;
	background-position: top center;
	text-align: center;
}

@media (max-width: 640px) {
.slider_02 {
	background-image: url("../image/s_02sp.jpg");
	background-size: 100%;
	background-position: top right;
	text-align: center;
}
}

.slider_03 {
	background-image: url("../image/s_03.jpg");
	background-size: 100%;
	background-position: top center;
	text-align: center;
}

@media (max-width: 640px) {
.slider_03 {
	background-image: url("../image/s_03sp.jpg");
	background-size: 100%;
	background-position: top right;
	text-align: center;
}
}

.slider_04 {
	background-image: url("../image/s_04.jpg");
	background-position: bottom center;
	text-align: center;
}

.slider_05 {
	background-image: url("../image/s_05.jpg");
	background-size: 100%;
	background-position: top center;
	text-align: center;
}

@media (max-width: 640px) {
.slider_05 {
	background-image: url("../image/s_05sp.jpg");
	background-size: 100%;
	background-position: top right;
	text-align: center;
}
}

.slider_logo {
	max-width: 960px;
	margin: 0 auto;
	padding: 3.0em 0;
}


/*------------------------------------------------
	Image
-------------------------------------------------*/

.float_l {
	width: 30%;
	float: left;
}

@media (max-width: 640px) {
.float_l {
	width: 100%;
	padding-bottom: 1.0em;
}
}

.float_r {
	float: right;
}

@media (max-width: 640px) {
.float_r {
	text-align: center;
}
}

.image_l {
	width: 35%;
	float: left;
	margin: 0 1.5em 1.0em 0;
}

@media (max-width: 640px) {
.image_l {
	width: 100%;
	margin:  0 auto;
	padding: 0 1.0em 1.0em 1.0em;
	box-sizing: border-box;
}
}

.image_r {
	width: 35%;
	float: right;
	padding: 0 1.0em 0.5em 1.0em;
}

@media (max-width: 640px) {
.image_r {
	display: none;
}
}

.image_r2 {
	width: 30%;
	float: right;
}

@media (max-width: 640px) {
.image_r2 {
	width: 50%;
	margin: 0 25% 2.0em 25%;
	float: none;
}
}

.r2_box {
	width: 66%;
}

@media (max-width: 640px) {
.r2_box {
	width: 100%;
}
}

.step_l {
	width: 15%;
	float: left;
}

.voice {
	width: 20%;
	float: left;
	padding: 0 1.0em 2.0em 0;
	display: inline-block;
}

.voice2 {
	width: 30%;
	float: left;
	display: inline-block;
}

@media (max-width: 640px) {
.voice2 {
	width: 20%;
	float: left;
	display: inline-block;
}
}

.voice_tx {
	width: 68%;
	float: right;
	display: inline-block;
}

@media (max-width: 640px) {
.voice_tx {
	width: 78%;
	float: right;
	display: inline-block;
}
}



.image_c {
	margin-bottom: 2.0em;
}

.margin_5 {
	margin-bottom: 0.5em;
}

.margin_10 {
	margin-bottom: 1.0em;
}

.margin_20 {
	margin-bottom: 2.0em;
}

.margin_30 {
	margin-bottom: 3.0em;
}

.padding_5 {
	padding-bottom: 0.5em;
}

.padding_10 {
	padding-bottom: 1.0em;
}

.padding_20 {
	padding-bottom: 2.0em;
}

.padding_30 {
	padding-bottom: 3.0em;
}

.padding_top30 {
	padding-top: 3.0em;
}

.image_round {
	border-radius: 50%;
}



/*------------------------------------------------
	Fonts
-------------------------------------------------*/

.color_red {
	color: #e30000;
	font-weight: bold;
}

.color_blue {
	color: #3e4b9c;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.itaric {
	font-style: italic;
}

.font_s {
	font-size: 0.8em;
}

.font_s2 {
	font-size: 1.2em;
}

.font_ss {
	font-size: 0.5em;
}

.font_l {
	font-size: 1.3em;
}

.font_l2 {
	font-size: 1.6em;
}

.font_ll {
	font-size: 1.6em;
}

@media (max-width: 640px) {
.font_ll {
	font-size: 1.5em !important;
}
}

.font_ll2 {
	font-size: 3.0em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

@media (max-width: 640px) {
.font_ll2 {
	font-size: 2.0em;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
}

.underline {
	text-decoration: underline;
}

.marker {
	background-color: #FFFE79;
	color: #e30000;
	font-weight: bold;
}

.marker2 {
	background-color: #FFFE79;
	font-weight: bold;
}

.font_r {
	font-size: 1.5em;
	font-weight: bold;
	float: right;
}

.tdc {
	text-align: center !important;
	border-left: 1px solid #C7C7C7;
	box-sizing: border-box;
}	


/*------------------------------------------------
	Video
-------------------------------------------------*/

.video-container {
 	position: relative;
 	padding-bottom: 56.25%;
 	padding-top: 30px;
 	height: 0;
 	overflow: hidden;
 	margin-bottom: 2.0em;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*------------------------------------------------
	Flex Box
-------------------------------------------------*/

.flex_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 640px) {
.flex_box {
	display: block;
}
}

.flex_basis2 {
	flex-basis: 49.5%;
	padding-bottom: 1.0em;
	text-align: center;
}

@media (max-width: 640px) {
.flex_basis2 {
	text-align: left;
}
}

.flex_basis3 {
	flex-basis: 32.5%;
}

.flex_basis4 {
	flex-basis: 24%;
	padding-bottom: 1.0em;	
	text-align: center;
}

@media (max-width: 640px) {
.flex_basis4 {
	text-align: left;
}
}

.flex_basis5 {
	flex-basis: 19%;
}

.flex_basis6 {
	padding-bottom: 0.5em;
}




/*------------------------------------------------
	Form
-------------------------------------------------*/

.content_form {
	width: 100%;
	font-size: 1.5em;
}

/*.my_left {
	float: left;
	height: 56px;
	display: grid;
	align-items: center;
	justify-items: left;
	width: 24%;
}

@media (max-width: 640px) {*/
.my_left {
	width: 100%;
	float: none;
	height: inherit;
	display: block;
	text-align: left;
}


.my_right {
	padding-bottom: 0.8em;
}

.tarea {
	width: 100%;
	border-radius: 5px;
	background-color: #FFFFFF !important;
	padding: 0.3em;
	font-size: 1.2em;
	box-sizing: border-box;
	border: 1px solid;
}

@media (max-width: 640px) {
.tarea {
	width: 100%;
	border-radius: 5px;
	background-color: #FFFFFF !important;
	padding: 0.3em;
	font-size: 1.2em;
}
}

.form_tar {
	text-align: right;
}

.checkbox_input {
	float: left;
}

.form_mandatory {
	font-size: 0.8em;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    background-color: #EC0003;
	margin-bottom: 0.1em;
    padding: 0.1em 0.2em;
    text-align : center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.check_space {
	padding-right: 0.2em;
}

.form_fff {
	background-color: #FFFFFF;
}

textarea {
	width: 100%;
	background-color: #FFFFFF !important;
}

input[type="text"] {
	background-color: #FFFFFF !important;
}

.checkbox_label {
	background-color: #f8f8f8 !important;
}

.tarea2 {
	font-size: 1.2em;
	width: 100%;
	padding: 0.3em;
	border-radius: 5px;
	background-color: #FFFFFF !important;
	box-sizing: border-box;
}

.fblock {
	display: block;
	overflow: auto;
}

.form_ex {
	background-color: none;
	padding-top: 0.5em;
}



/*------------------------------------------------
	Link
-------------------------------------------------*/

a:link {
	color: #3e4b9c;
	text-decoration: none;
}

a:visited {
	color: #3e4b9c;
	text-decoration: none;
}

a:hover {
	color: #3e4b9c;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #3e4b9c;
	font-weight: bold;
	text-decoration: none;
}

a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:hover {
	color: #FFFFFF;
	font-weight: bold;
}

a.footer:active {
	color: #FFFFFF;
	font-weight: bold;
}
