@charset "UTF-8";
/* CSS Document */


/* basic */

html,body {
    height: 100%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 160%;
    color: #666666;
    box-sizing: border-box;
}

#wrap {
    width: 750px;
    overflow-x: hidden;
    margin: 0 auto;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

h1,h2,h3,h4{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
}
a {
border: none;
}

a:link {color: #333333;
        text-decoration: none;
}
a:visited {color: #333333;
        text-decoration: none;
}
a:active {color: #333333;
        text-decoration: none;
}
a:hover {
    color: #999999;
    text-decoration: none;
}
img {width: 100%;
height: auto;}

.forpc {
    display: none;
}


header {
width: 100%;
display: flex;
}
.logo {
width: 300px;
margin: 20px;
}
.sub_copy {
width: 450px;
font-size: 18px;
line-height: 140%;
color: #999999;
margin-top: 20px;
margin-left: 20px;
text-align: right;
}

#main {
position: relative;
width: 100%;
height: 1070px;
background-image: url(../images/main_image.jpg);
background-size: contain;
background-repeat: no-repeat;
}
h1.main_txt1 {
padding-top: 20px;
width: 700px;
height: auto;
}
.main_txt2 {
width: 460px;
height: auto;
}

.part_w {
padding: 100px 0;
background-color: #fff;
text-align: center;
}
.part_b {
padding: 100px 0;
background-color: #f0fbff;
text-align: center;
}
.part_p {
padding: 100px 0;
background-color: #ffdaed;
text-align: center;
}

.part_w h2,.part_b h2 {
color: #6bd0fa;
font-size: 40px;
display: inline-block;
background-image: url(../images/midashi_line.png);
background-repeat: repeat-x;
background-position: bottom;
background-size: auto 12px;
padding-bottom: 28px;
}
.part_p h2 {
color: #3383ce;
font-size: 30px;
display: inline-block;
background-image: url(../images/midashi_line.png);
background-repeat: repeat-x;
background-position: bottom;
background-size: auto 12px;
padding-bottom: 20px;
}

.full_image {
width: 100%;
margin-bottom: 30px;
}

.inner_box {
width: 690px;
margin: 0 auto;
}
.inner_box p {
text-align: left;
font-size: 18px;
}
.sec01_frame {
background-image: url(../images/sec01_frame.gif);
background-size: 100% 100%;
background-repeat: no-repeat;
padding: 40px;
box-sizing: border-box;
margin-top: 20px;
}
.sec01_frame img {
margin: 10px 0;
}
.sec01_frame h3 {
background-color: #a4e4ff;
border-radius: 100px;
padding: 10px;
font-size: 20px;
font-weight: bold;
}
.sec01_frame p {
padding: 10px;
font-size: 18px;
text-align: left;
}
.sec02_no1 {
position: relative;
height: 810px;
margin-top: 30px;
}
.no1_1 {
width: 420px;
margin: 0 auto;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.no1_2 {
width: 360px;
margin: 0 auto;
position: absolute;
bottom: 0;
left: 0;
}
.no1_3 {
width: 360px;
margin: 0 auto;
position: absolute;
bottom: 0;
right: 0;
}
h2 span {
font-size: 40px;
line-height: 150%;
display: block;
}
.h3_txt {
margin-top: 30px;
}
p.sec03_txt {
text-align: center;
color: #ff60b2;
margin-top: 20px;
font-size: 30px;
text-decoration: underline;
}
.btn_contact {
margin-top: 30px;
}
.h3_txt2 {
margin: 40px 0;
font-size: 24px;
color: #ff60b2;
text-align: left;
}
.sec06_list {
margin-top: 20px;
text-align: left;
}
.sec06_list li {
background-image: url(../images/star_icon.png);
background-repeat: no-repeat;
background-size: 24px;
padding-left: 40px;
border-bottom: 6px dotted #6bd0fa;
padding-bottom: 20px;
margin-top: 20px;
list-style: none;
}

.sec08 div img {
margin: 20px 0;
}
.sec08 h3 {
margin-top: 40px;
}


.faq_blk {
    width: 100%;
    background-color: #f6f6f6;
    border-top: 1px #aaaaaa solid;
    padding: 20px;
    box-sizing: border-box;
}
.faq_blk:last-of-type {
    border-bottom: 1px #aaaaaa solid;
}
.faq_blk:first-of-type {
margin-top: 20px;
}


.answer {
    display: block;
    text-align: left;
    margin-top: 20px;
    clear: both;
    line-height: 160%;
}
.answer ul li {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 1em;
}
.accordion .answer p {
    color: #ffffff;
}


.accordion {

}
.accordion dt {
    cursor: pointer;
    background-image: url(../images/voice_arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    border-width: 1px;
    text-align: left;
    background-size: 30px auto;
    line-height: 140%;
}
.accordion dd {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 160%;
    display: none;
    font-size: 16px;
    }
.accordion dt p {
    padding-top: 40px;
    font-size: 20px;
}
.accordion dt span {
font-size: 26px;
    line-height: 160%;
}
.accordion dt.active{
    background-image: url(../images/voice_arrow2.png);
}
.accordion dt.over {
}

.accordion .qtext  {
    color: #ff60b2;
    background-repeat: no-repeat;
    line-height: 120%;
    min-height: 150px;
}
.accordion .qtext img {
    vertical-align: middle;
    margin-right: 20px;
    width: 150px;
    float: left;
    margin-right: 40px;
}


.sec09 {
text-align: left;
margin-top: 40px;
}

.sec09 .faq_question {
padding-left: 100px;
color: #ff60b2;
background-image: url(../images/icon_question.png);
background-repeat: no-repeat;
background-size: 90px;
height: 90px;
padding-bottom: 20px;
margin-top: 40px;
font-size: 18px;
display: table-cell;
vertical-align: middle;
}
.sec09 .faq_answer {
padding-left: 100px;
background-image: url(../images/icon_answer.png);
background-repeat: no-repeat;
background-size: 90px;
min-height: 90px;
font-size: 18px;
margin-bottom: 40px;
}

.footer_blk {
width: 200px;
margin: 0 auto 40px auto;
font-size: 16px;
}
.footer_blk img {
margin-top: 20px;
}
.footer_txt {
font-size: 16px;
}


.bottom_fixed {
width: 750px;
height: 120px;
display: flex;
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
border-top: 1px solid #fff;
}

.mikke_image{
	height:33px !important;
	width:88px !important;
}

.group-banner{
	display: flex;
	flex-wrap:wrap;
}
.group-banner li {
	width: calc(100%/3);/
	padding:0 5px;/
	box-sizing:border-box;
	list-style: none;
}
.group-banner li img {
	max-width:100%; /
	height: auto; /
	border:solid 1px #ccc; /
	list-style: none;
}

.box02-bg .box02{
	width:48%;
	margin:1%;
	padding:20px;
	border:solid 5px #f5d5da;
	box-sizing:border-box;
}
.areapage .box02-bg .ttl{
	background-image:url("images/ttlbg02.png");
	color:#624c22;
}
.box02-bg .ttl{
	margin-top:-45px;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	padding:10px;
	padding-top:50px;
}
.area {
	font-size:300%;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
	color:#666666;

}

.box02-bg{
	display:flex;
	flex-wrap:wrap;
}

.mb10{
	width:80%;
	text-align:center;
}

.line{
	width:80%;
	margin-left: 30px;
}
.area_logo{
	width:80%;
	margin-left: 30px;
}

.group{
	background-color: #ffb6c1; /* 背景色 */
	border-radius: 5px;
	color: #fff; /* 文字色 */
	padding: 10px 10px 10px 60px; /* 上・右・下・左の余白 */
	position: relative;
	/*text-shadow: 0px 0px 10px #fff, 0px 0px 6px #fff, 0px 0px 4px #fff, 0 0 0.5px #fff; /* 文字の影 */
	 font-size: 23px;
}

.group:before{
	content: '＊*'; /*花に見せかけるためのアスタリスク*/
	color: #fff; /* アスタリスクの色 */
	display: inline-block;
	font-size: 30px; /* アスタリスクの大きさ */
	font-weight: bold;
	margin-right: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	text-shadow: 0px 0px 3px #fff, 0px 0px 2px #fff, 0 0 0.5px #fff; /* アスタリスク周りの影 */
}

.group:after {
	border-bottom: 2px dotted #fff; /* 下線 */
	content: '';
	position: absolute;
	bottom: 3px;
	left: 3px;
	right: 3px;
}

.link01 a{
	display:block;
	width:275px;
	margin:10px auto;
	text-decoration:none !important;
	background:#f5d5da url("../images/list01.png") no-repeat 95% center;
	padding:13px;
	text-align:center;
	border-radius:5px;
	font-size:140%;
	font-weight:bold;
	transition:0.4s;
	color:#666666 !important;
	box-shadow:0 1px 3px #aaa;
}
