@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url("reset.css");
@import url("formParts.css");

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
    position: relative;
    font-family: -apple-system, "Segoe UI", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
	letter-spacing: -0.025em;
	color: #202020;
}

main{
    padding: 3rem;

}

.bold{
    font-weight: 900;
}

.nsBold{
    font-family: -apple-system, "Segoe UI", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
    font-weight: 900;
    font-synthesis: none;        /* ←偽ボールド無効化（超大事）*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2;            /* 見出しは詰まり防止で明示 */
    font-size: 40px;
}

div, p{
	text-align: justify;
    margin: 0 0 2rem 0;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}

.min{
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    letter-spacing: -0.025rem;
}

p:empty {
    display: none;
  }
  

@media screen and (max-width:1049px){

img{
	display: block;
	width: auto;
	height: 100%;
}

body{
    position: relative;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.test{
    font-size: 45px;
    font-weight: 900;
    line-height: 3.6rem;
}


/* bread */

nav ul.bread{
    display: flex;
    width: 95%;
    height: 40px;
    margin: 0 auto 10px auto;
}

nav ul.bread li{
    height: 40px;
}

nav ul.bread li a{
    position: relative;
    display: block;
    margin: 0 23px 0 0;
    font-size: 13px;
    line-height: 38px;
    color: #333;
}

nav ul.bread li a::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    transform: rotate(45deg);
}

nav ul.bread li:last-child a::after{
    display: none;
}




/* faq */

.qa__title--ja {
	color: #767676;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px; /* 128.125% */
}

.qa-item {
	margin-bottom: 10px;
	padding: 0;
	border-radius: 4px;
    background-color: #FFF;
}

.qaUnitWpr .qa-item {
    border: 1px solid #d7f0fc;
}

.qa-box__q {
	position: relative;
	padding: 12px 42px 12px 45px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	color: #222;
}

.qa-box__q br{
    display: none;
}

.qa-box__q span{
	position: absolute;
	display: block;
	left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #1b313d;
    text-align: center;
    line-height: 22px;
}

.qa-box__a {
	display: none;
}

.qa-box__content {
	position: relative;
	padding: 12px 22px 12px 45px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 21px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #222;
}

.qa-box__content br{
    display: none;
}

.qa-box__content span{
	position: absolute;
	display: block;
	left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 19px;
	font-weight: 700;
	color: #e72119;
    text-align: center;
}

.qa-box__icon {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qa-box__bar1 {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 3px;
	width: 10px;
	height: 10px;
	margin: auto 0;
	border-bottom: 2px solid #1b313d;
	border-right: 2px solid #1b313d;
	transform: rotate(45deg);
	transition: .3s;
}

.qa-box__icon.is-open .qa-box__bar1 {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}


/* ハンバーガーメニュー */

.drawer{
    position: relative;
    display: block;
    width: 64px;
	height: 64px;
	margin: 0;
    z-index: 9999;
}

.drawer-hidden {
	display: none;
}

.drawer-open {
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    width: 64px;
	height: 64px;
	margin: auto;
	z-index: 100;
}

.drawer-open span{
	position: absolute;
	display: block;
	width: 33px;
	height: 3px;
	transition: 0.5s;
    bottom: 0;
	top: 0;
    margin: auto 0;
    background-color: #FFF;
}

.drawer-open span:before {
	content: "";
	display: block;
	height: 3px;
	width: 33px;
    background-color: #FFF;
	transition: 0.5s;
	position: absolute;
	bottom: 12px;

}

.drawer-open span:after {
	content: "";
	display: block;
	height: 3px;
	width: 33px;
    background-color: #FFF;
	transition: 0.5s;
	position: absolute;
	top: 12px;
}

.drawer-open.clicked span {
	background: #1b313d;
}
.drawer-open.clicked span::before {
	bottom: 0;
	transform: rotate(45deg);
}
.drawer-open.clicked span::after {
	top: 0;
	transform: rotate(-45deg);
}

/* 横スライドメニュー*/

.drawer-content-wrap{
    width: 90%;
    margin: 0 auto;
}

header .drawer-content{
	display: flex;
}

header .drawer-content nav{
	display: block;
	width: 50%;
}

header .drawer-content .tagOuter{
	display: block;
	width: 50%;
}

header .drawer-content div nav{
	display: block;
	width: 100%;
}

.drawer-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 70px;/*ヘッダーの高さ*/
	left: 100%;/*向き変更*/
	transition: 0.5s;
	padding: 35px 0 20px 5px;
	margin-left: 0;/*向き変更・背景見せる場合マージン入れる*/
	padding-right: 0;/*向き変更・背景見せる場合マージン入れる*/
	overflow: scroll;
	background: #FFF;
    border-top: 1px solid #d4dbde;
	z-index: 9900;
}

.drawer-content.clicked {
	left: 0;/*向き変更*/
}

.drawer-content-bg{
    position: relative;
    z-index: 9000;
}

.drawer-content-bg.clicked {
	left: 0;
}

.drawerNav{
    margin: 0 auto 40px auto;
}

.drawerNav ul{
    display: block;
    width: 70%;
    margin: 0 auto;
}

.drawerNav ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #222;
    border-bottom: 1px dotted #CCC;
}

.drawerNav ul li:last-child a{
    border-bottom: 0px dotted #CCC;
}


a.drawerInfoTell{
    position: relative;
    display: block;
    height: 50px;
    width: 330px;
    margin: 0 auto 15px auto;
    padding: 0 0 0 55px;
    font-size: 50px;
    line-height: 50px;
    font-family: "Oswald", sans-serif;
    color: #01a0ed;
    font-weight: 500;
    opacity: 1;
    transition: .2s;
    text-align: center;
}

a.drawerInfoTell span{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-size: 54px;
    color: #0e4864;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}

a.drawerInfoTell:hover{
    opacity: .9;
    transition: .2s;
}

.drawerInfoTellNote{
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 13px;
    color: #222;
}

.drowerTelNote{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto 10px auto;
    padding: 10px 15px;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 21px;
}

.drowerTelNote span{
    letter-spacing: .35rem;;
}

.drawerNavUnit a{
    width: 100%;
    text-align: center;
}

.drawerNavUnit a img{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.drawerBtnUnit{
    width: 100%;
    margin: 0 auto 20px auto;
}

header .drawer-content div nav.drawerflexNav{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

nav.drawerflexNav ul{
    display: block;
    width: 35%;
}

nav.drawerflexNav ul:last-child{
    width: 30%;
}

nav.drawerflexNav ul li{
    width: 100%;
    text-align: center;
}

nav.drawerflexNav ul li a{
    display: block;
    width: 100%;
    height: 44px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

nav.drawerflexNav ul li a i{
    margin: 0 .5rem 0 0;
    color: #3898cb;
}

.pc{
	display: none !important;
}

}

@media screen and (min-width:1050px){

img{
	display: block;
	width: 100%;
	height: auto;
}

body{
	position: relative;
    padding: 0 0 0 0;
}

.test{
    font-size: 45px;
    font-weight: 900;
    line-height: 3.6rem;
}

/* bread */
nav ul.bread{
    display: flex;
    width: 1000px;
    height: 40px;
    margin: 0 auto 50px auto;
}

nav ul.bread li{
    height: 40px;
}

nav ul.bread li a{
    position: relative;
    display: block;
    margin: 0 23px 0 0;
    font-size: 13px;
    line-height: 38px;
    color: #333;
}

nav ul.bread li a::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    transform: rotate(45deg);
}

nav ul.bread li:last-child a::after{
    display: none;
}


/* faq */

.qa-item {
	margin-bottom: 12px;
	padding: 5px 0;
	border-radius: 4px;
    background-color: #FFF;
    border-radius: 4px;
}

.qa-box__q {
	position: relative !important;
	padding: 17px 22px 17px 55px;
	font-size: 17px;
	font-weight: 700;
	position: relative;
	color: #222;
}

.qa-box__q br{
    display: none;
}

.qa-box__q span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1b313d;
    text-align: center;
    line-height: 20px;
}

.qa-box__a {
	display: none;
}

.qa-box__content {
	position: relative;
	padding: 16px 26px 12px 55px;
	border-radius: 8px;
	font-size: 17px;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #222;
}

.qa-box__content br{
    display: none;
}

.qa-box__content span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 24px;
	font-weight: 700;
	color: #e72119;
    text-align: center;
}

.qa-box__icon {
	width: 30px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qa-box__bar1 {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto 0;
	border-bottom: 2px solid #1b313d;
	border-right: 2px solid #1b313d;
	transform: rotate(45deg);
	transition: .3s;
}

.qa-box__icon.is-open .qa-box__bar1 {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}

.sp{
	display: none;
}

}