@charset "utf-8";
/*==================================================
cmn
==================================================*/
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-family: YuGothic, "游ゴシック", "メイリオ", Meiryo, Osaka, sans-serif;
	color: #111;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	position: relative;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
p {
	margin-bottom: 1em;
}
p:last-child {
	margin-bottom: 0;
}
a, input[type="submit"] {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
}
a:hover, input[type="submit"]:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.wrap {
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
	max-width: 750px;
	width: 100%;
}
.sp {
	display: none;
}
/*==================================================
head
==================================================*/

.site-header {
	padding: 10px;
	text-align: center;
}
/*==================================================
foot
==================================================*/
footer .link {
	margin: 1em 0 0;
	text-align: center;
}
footer .link a {
	margin: 0 0.5em;
}
footer address {
	text-align: center;
	font-style: normal;
	padding: 10px 0;
	font-size: 80%;
	font-weight: bold;
}
/*==================================================
content
==================================================*/
.col-2, .col-3, .col-4 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-2 .col-box {
	width: 50%;
}
.pad-t00 {
	padding-top: 0 !important;
}
.pad-b00 {
	padding-bottom: 0 !important;
}

.tit01 {
	/*font-family: "游明朝", YuMincho;*/
	font-size: 46px;
	line-height: 1.5em;
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 0.08em;
}

.tit01 .txt-s {
	font-size: 75%;
	line-height: 1.5em;
}
.tit01.border:after {
	content: "";
	display: block;
	width: 80px;
	height: 8px;
	background: #171c61;
	margin: 40px auto 0;
}
.tit01 .img {
	display: block;
	margin-bottom: 40px;
}
section {
	padding: 80px 0;
}																																																			
.txt-center {
	text-align: center;
}
.sec02 .tit01 .txt-yellow {
	color: #ffef66;
	font-size: 180%;
	line-height: 1.2em;
}
.sec04 .inner {
	background: #fff;
	margin-bottom: 60px;
}
.sec04 .inner p {
	padding: 5%;
}

.arrow {
	text-align: center;
	margin: 20px 0;
}
.sim-box {
	background: #fff;
}
.sim-box .inner {
	padding: 40px;
}


/*==================================================
プライバシーポリシー
==================================================*/
.policy{
	background: #f8f8f8;
	padding: 5%;
}
.policy .wrap{
	background: #fff;
	padding: 5%;
}
.policy section{
	padding: 0 0 1.5em;	
}
.policy h1{
	text-align: center;
	font-size:120%;
	margin-bottom: 1em;
}
.policy h2{
	margin-bottom: 0.5em;	
}
.policy ol {
	margin-left: 1.5em;
}
.policy ol li{
	list-style: decimal;
}
/*==================================================
運営者
==================================================*/
.company-txt {
	text-align: center;
	color: #fff;
	padding-top: 60px;
}
.company-txt .border {
	border-bottom: 5px solid #ffef66;
	display: inline-block;
	line-height: 1.4em;
	margin-bottom: 7px;
}
.company-txt p {
	font-weight: bold;
}

.company-box dt {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5em;
    margin-bottom: 25px;
    padding-bottom: 10px;
    margin-top: 2em;
    text-align: left;
    letter-spacing: 0.08em;
    border-bottom: 1px #e4e4e4 solid;
}

.company-box dd a {
    color: #258eea;
}
h3{
	/*text-align: center!important;*/
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5em;
    margin-bottom: 15px;
    margin-top: 2em;
    text-align: left;
    letter-spacing: 0.08em;
}
.cap_s {
	font-size:small;

}
/*---table---*/
table {
  border-collapse: collapse;
  width: 100%;
}
table th {
  white-space: nowrap;
}
table th, table td {
  border: solid 1px #abb8c3;
  padding:0.2em 0.5em
}
.about_cost th {
	background-color: #ddd;
}


@media screen and (max-width: 600px) {
body {
	font-size: 15px;
	letter-spacing: 0;
}
.sp {
	display: block;
}
.site-header .logo {
	line-height: 0;
}
.site-header .logo img {
	width: 180px;
	vertical-align: bottom;
	line-height: 0;
}
.wrap {
	padding: 0 20px;
}
.main-img {
}
.main-img h1 {
	line-height: 1em;
	background: #171c61;
	padding: 5vw 0 12vw;
	margin-bottom: -7vw;
}
.main-img h3 {
	padding: 20px 0;
}
.submit-box {
	padding-bottom: 20px;
}
.submit-box .txt01 {
	padding: 20px 10%;
}
.submit-box .txt01:after {
	content: "";
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 60px solid #171c61;
}
.submit-box .btn02 {
	margin-top: 10px;
}
section {
	padding: 40px 0;
}
.tit01 {
	font-size: 28px;
	line-height: 1.5em;
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
}
.tit01.border:after {
	width: 40px;
	height: 4px;
	margin: 20px auto 0;
}
.sec01 {
	padding-bottom: 20px;
}
.chat-box .chat {
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
	padding: 20px 15px;
	border: 2px solid #eee;
}

.tit01 .img {
	margin-bottom: 10px;
}
.tit01 .img img, .arrow img {
	width: 280px;
}

.company-txt {
	padding-top: 30px;
}
.company-txt h2.tit01 {
	font-size: 26px;
}
.img-txt .txt h1 {
	font-size: 28px;
}
.img-txt .txt p {
	font-size: 100%;
	margin-bottom: 0.5em;
}
.img-txt .txt {
	width: 60%;
	padding-bottom: 40px;
}
.sec03 .wrap {
	padding: 0 10px;
}
.sec04 {
	padding: 20px 0;
}
.sec04 .inner {
	margin-bottom: 40px;
}
.pc {
	display: none;
}

}

@media screen and (max-width: 500px) {
.tit01 {
	font-size: 6.5vw;
}
.point-list .txt {
	font-size: 4.5vw;
}
.img-txt .txt h1 {
	font-size: 7.5vw;
}
footer address {
	font-size: 8px;
}
}

@media screen and (max-width: 320px) {
.point-list .txt {
	font-size: 5vw;
}
.company-txt h2.tit01 {
	font-size: 20px;
}
.company-txt p {
	font-size: 90%;
}
.check-box .txt {
	font-size: 17px;
}
.chat-box .chat .txt h2 {
	font-size: 15px;
}
.chat-box .chat .txt p {
	font-size: 80%;
	line-height: 1.6em;
}

.voice-list.chat-box .chat .txt h2 {
	font-size: 22px;
}
.point-list .txt {
	font-size: 4vw;
}
.point-list p {
	font-size: 87.5%;
	line-height: 1.6em;
}
}
