@charset "utf-8";
/*reset*/

html {
    color: #333;
    background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font: 100%;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
    font-size: smaller;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #333;
}

body {
    font: 12px "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", sans-serif;
    letter-spacing: .4pt;
}

.mincho {
    font-family: "游明朝体", YuMincho,"游明朝", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#container {
    overflow: hidden;
}

input[type=submit] {
    -webkit-appearance: none;
}

*:after {
    display: block;
    clear: both;
}

.cf {
    zoom: 1;
}

.cf:after {
    content: "";
}

@media (max-width:767px) {
    img {
        max-width: 100%;
        height: auto;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: 100%;
}

input,
textarea,
select {
    font-size: 16px
}

/*common*/

a {
    /*transition: all 0.3s linear;*/
}

a:link {
    text-decoration: none;
    color: #444
}

a:hover {
    text-decoration: none;
    color: #777;
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}


/*
------------------------
FAQの設定
------------------------
*/


.faq h2{
	font-size: 18px;
	text-align: center;
	position: relative;
	z-index: 1;
}



@media screen and (min-width:768px){
	.faq h2{
	font-size: 28px;
}
	.faq h2::after{
	width: 80px;
	height: 80px;
	top: calc(50% - 37px);
	left: calc(50% - 40px);
}
}



.faq {
    padding: 20px 0 40px 0;
	  background-size: 20%, 35%;
}
.faq_flex {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 60px auto 0 auto;
}

.faq_flex .radius{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.faq_flex h3 {
    background-color: #0C4A92;
    border: 2px solid #0C4A92;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
	  border-radius: 4px 4px 0 0;
}
.faq_flex p {
    padding: 10px 20px 20px 18px;
    border: 2px solid #0C4A92;
    margin: 0;
    font-size: 16px;
	  border-radius: 0 0 4px 4px;
	  background-color: #fff;
}


.radius{
	border-radius: 10px;
	margin-bottom: 16px;
}

.question{
	display: inline-block;
	margin-left: 24px;
	position: relative;
}

.question::before{
	content: "Q：";
	position: absolute;
	left: -24px;
	top: 0;
}

.answer{
	display: inline-block;
	margin-left: 22px;
	position: relative;
}

.answer::before{
	content: "A：";
	position: absolute;
	left: -24px;
	top: 0;
}

@media screen and (min-width:768px){
.question{
	margin-left: 26px;
}

.question::before{
	left: -26px;
}
}


@media (max-width: 1366px) {
    .faq {
        background-position: top 30px right 10px, bottom -20px left -70px;
    }
}

@media (max-width: 1024px) {
    .faq {
        background-position: top 30px right -20px, bottom -60px left -100px;
        background-size: 20%, 35%;
    }
    .faq_flex {
        width: 90%;
    }
}


@media (max-width:500px) {
    .faq_flex {
        width: 90%;
    }
}

@media (max-width: 428px) {
    .faq_flex h3,
    .faq_flex p {
        font-size: 14px;
    }
}

.faq h2 {
    font-size: 30px;
    color: #06244d;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}