@charset "UTF-8";

/*リセット*/
/* A Modern CSS Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
}

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

html {}

body {
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul,
ol {
    list-style: none;
}

a:not {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article>*+* {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

img:not([alt]) {
    filter: blur(10px);
}

@media(prefers-reduced-motion:reduce) {
    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}



html {
    overflow: auto !important;
}

body {
    background: #f0f0f0;
    overflow-y: scroll;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Arial", sans-serif;
    color: #666;
    line-height: 1.8;
}

.content {
    width: 950px;
    margin: 0 auto;
    position: relative;
}

.title {
    background: #F8F8F8;
}

h1 {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    background: #F8F8F8;
    font-size: 20px;
    padding: 25px 40px;
    line-height: 1.5;
    color: #666;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
}

h1 i {
    font-size: 20px;
    position: absolute;
    left: 24px;
    color: #66cccc;
}

h2 {
    color: #00AFC4;
    font-size: 20px;
    padding: 0 7.1%;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
}

.content{
    width:  728px;
}

.listcomponent {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
}

ul {
    background: white;
    border-top: 1px solid #ddd;
    position: relative;
    width: 100%;
}

li:first-child() {
    border-top: 1px solid #ddd;
}

li {
    border-bottom: 1px solid #ddd;
    display: flex;
/*    height: 100px;*/
    width: 100%;
}


.buttonbox button{
    border: solid 2px #00AFC4;
    border-radius: 20px;
    width: 284px;
    padding: 5px 0;
    display: block;
    margin: 60px auto;
    background: white;
    color: #00AFC4;
    position: relative;
    font-weight: bold;
    font-size: 16px;
}

.buttonbox button:hover{
    color: #37CBDB;
    border: solid 2px #37CBDB;
}

li button {
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    align-items: center;
    position: relative;
    max-width: 728px;
    margin: 0 auto;
}

li button.question {
/*    display: block;*/
	display: flex;
    border: none;
    position: relative;
    width: 93%;
    margin: 0 auto;
    background: none;
    text-align: left;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    align-items: center;
}
li button.question .faright{
	margin-left: auto;
}

.text {
    padding: 0 40px 40px;
    line-height: 1.8;
    font-size: 14px;
    width: 728px;
    margin: 0 auto;
}

.faleft {
    background: url(../image/arrow_left.png) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    vertical-align: middle;
    top: 10px;
    left: 10px;
}

.faleft:hover{
    color: #37CBDB;
}

.faright {
    background: url(../image/arrow_right.png) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 28px;
    float: right;
    color: #66cccc;
    vertical-align: middle;
}

.questionmark {
    background: url(../image/question_round_solid.png) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #66cccc;
    vertical-align: middle;
    margin-right: 15px;
}

.imgbox{
	width: 30%;
	height: auto;
	margin: 10px auto 40px;
    border: 2px solid #DDDDDD;
}

.fwb{
	font-size: 18px;
	font-weight: bold;
}
.mb0{
	margin-bottom: 0px !important;
}
.mb20{
	margin-bottom: 20px;
}
.mt20{
	margin-top: 20px;
}
.sp_only{
    display: none;
}

.pc_only{
    display: block;
}
.initialized{
	border: none;
	height:initial;
	background: initial;
}