@charset "utf-8";

html {
	font-size: 62.5%;
	line-height: 2;
	font-family: "游ゴシック", YuGothic, sans-serif;
	text-align: center;
}
body, figure {
	margin: 0;
}

/* サイズの値にパディング／ボーダーも含むようにする */
*, *::before, ::after {
	box-sizing: border-box;
}

/*********質問**********/
.situmon{
text-align: center;
  background: #3cb3e4;
  padding: 15px;
  border-radius: 0 10px 0 10px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}
.situmon p{
margin-bottom: 0 !important;
text-align: center !important;
}

.cp_qa p{
	line-height: 1.8;
	padding: 0 40px;
	text-align: left;
}
.cp_qa img{
float: right;
}
.cp_qa a{
text-decoration: none;
color: #3cb3e4;
}
.cp_qa .pointo{
font-weight: bold;
color: #F120C3;
}
.cp_qa .sm{
display: none;
}
main .lead {
	line-height: 1.8;
	font-size: 1.2em;
}

/*********サービスメニュー**********/
.service{
justify-content: center;
display: flex;
flex-wrap: wrap;
}
.box01 {
	display:inline;
}
a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}


@media screen and (max-width: 768px) {
.box01 img {
	width: 100%;
	margin: auto;
}
.cp_qa p{
	line-height: 1.8;
	font-size: 0.6em;
	padding: 0 0px;
	margin-bottom: 0px !important;
	text-align: left;
}
.pc{
display: inline;
}

.cp_qa .sm{
display: inline;
}
main .lead {
	line-height: 1.8;
	font-size: 0.6em;
}
.cp_qa img{
	width: 100%;
}
.cp_qa p{
font-size: 1em;
}
}


.sma{
	display: none;
}
.sma ul{
	padding: 0 !important;
}
.sma li{
	list-style: none;
	text-align: center;
}
.sma a{
	background-color: #336699;
	color: #fff;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	margin: 1px 0;
}

/*********メニュー**********/

#top_menu{
width: 100%;
height: 90px;
background-color: #000;
padding: 2px 10%;
} 
#top_menu h1{
width: 150px;
position: absolute;
}
#top_menu ul li{
float: right;
list-style: none;
}
nav{
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	font-weight: bolder;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	  align-items: center;
}

#top_menu ul li a{
    padding: 0 1.5rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	color: #FFF !important;
	text-decoration: none;
	font-size: 14px;
justify-content: space-between;
}
.menu-container {
  margin: 0;
}
.menu-container .menu .menu-item {
  flex: 1;
}


@media screen and (max-width: 768px) {
  .menu-container .menu {
    -webkit-transform: translate(-50%, -50%);
    display: none;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100;
  }
  .sma{
	display:inherit;
}


  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }
  
#top_menu{
width: 100%;
height: 90px;
background-color: #000;
padding:0;
} 

.gaiyou_img{
width: 98%;
margin: auto;
}

.pc{
display: none;
}
header p {
font-size: 2.0em !important;
font-weight: bold;
}
  
}




header {
	position: relative;
	height: 50vh;
	background: url(../images/header.jpg) center / cover;
}



/* スクリーントーンのカバー */
.cover::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.3) radial-gradient(rgba(0,0,0,.3) 25%, transparent 0) center / 5px 5px;
}

/* フォトキャプション */
.caption {
	position: absolute;
	z-index: 1;
	right: 1em;
	bottom: 1em;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	font-family: "Dosis", sans-serif;
	letter-spacing: .05em;
	text-align: right;
}
.caption a {
	color: inherit;
	text-decoration: inherit;
}
.caption a:hover {
	text-decoration: underline;
}

/* サイトタイトルをヘッダーに中央配置 */
header p {
	position: absolute;
	z-index: 1;
	top: 80%;
	width: 100%;
	margin: 0;
	padding: 0 .5em;
	color: #fff;
	font-size: 3rem;
	line-height: 1.4;
	font-family: "Dosis", sans-serif;
	letter-spacing: .0.5em;
	transform: translateY(-50%);
}
@media all and (max-width: 480px) {
	header h1 {
		font-size: 4rem;
	}
}

main h1, main .lead, main section {
    max-width: 768px;
    margin: 1em auto;
}

/*ボタン*/
button {
	background: #2980b9;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #fff !important;
    display: inline-block;
    font-size: 100%;
    font-weight: 400;
    min-width: 200px;
    margin: 30px 0;
    max-width: 90%;
    padding: .6em 1.3em .5em;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}
button a{
	text-decoration: none;
    color: #fff !important;
}
/* ページコンテンツのスタイル指定 */

main {
	padding: 2em 16px;
	font-size: 1.6rem;
	text-align: left;
}
main h1,
main .lead,
main section {
	max-width: 1000px;
	margin: 1em auto;
}
main h1,
main h2,
main h3 {
	line-height: 1.4;
}
main h2,
main h3 {
	font-family: "Dosis", sans-serif;
	letter-spacing: .05em;
}
main h1 {
	margin-bottom: 2em;
	font-size: 3rem;
	font-feature-settings: "palt";
}
main h2 {
	font-size: 3rem;
}
main h3 {
	font-size: 2.4rem;
}

@media all and (max-width: 480px) {
main {
    padding: 0em 16px;
}
section img{
width: 100%;
}
}

/* フッター／コピーライトのスタイル指定 */
footer {
	padding: 40px 16px;
}
footer .copyright small {
	color: #868686;
	font-size: 1.4rem;
	font-family: "Ubuntu Condensed", sans-serif;
	letter-spacing: .05em;
}

/**インフォメーション**/
.blue{
margin: 50px auto;
color: #2077A7;
position: relative;
padding: 20px;
width: 100%;
border: 1px solid #A9CCE3;
border-radius: 0 4px 4px 4px;
color: #80888D;
}

.blue .text{
position: absolute;top: -26px;left: -1px;padding: 5px 25px;background-color: #A9CCE3;border-radius: 4px 4px 0 0;color: #fff;font-weight: 800;letter-spacing: .3em;line-height: 1em;
}
.blue .text01{
font-size: 0.8em;
line-height: 2.5;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
	position: relative;
	padding: 1.6em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
	line-height: 1.8;
	font-size: 0.9em !important;
}
.cp_qa dt {
	margin: 0 3em 1em 3em;
	background: #ffe0b2;
	text-align:left !important;
}
.cp_qa dd {
	margin: 0 3em 3em 3em;
	background: #b2ebf2;
	text-align:left !important;
}
/* 吹き出し▶︎ */
.cp_qa dt::before,.cp_qa dd::before{
	position: absolute;
	z-index: 99;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し▶︎ */
.cp_qa dt::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #ffe0b2 transparent transparent;
}
/* 答え吹き出し▶︎ */
.cp_qa dd::before {
	right: -0.5em;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #b2ebf2;
}
/* ?!アイコン */
.cp_qa dt::after,.cp_qa dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/* ?アイコン */
.cp_qa dt::after {
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.3em;
	content: 'Q';
	background: #f57c00;
}
/* !アイコン */
.cp_qa dd::after {
	right: -2.5em;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.4em;
	content: 'A';
	background: #0097a7;
}

