@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
body{
	background-color:white!important;	
	overflow-x:hidden;
}

.center{
	text-align:center;
}
.smaller {
    font-size: smaller;
}

.larger {
    font-size: larger;
}

div.top_ap_area {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
@media screen and (min-width: 481px){
div.top_ap_area dl{
	display:inline-block;
	position:relative;
	margin:0;
	padding:0;
}
}
@media screen and (max-width: 480px){
div.top_ap_area dl {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column-reverse;
}
}

@media screen and (min-width: 481px){
div.top_ap_area dl dt {
    position: absolute;
    bottom: 1em;
    left: 1em;
    font-weight: normal;
    font-size: 16px;
    background: #FF9800;
    border-radius: 10px;
    color: white;
    line-height: 1em;
    padding: 0.2em 0.5em;
}
}
@media screen and (max-width: 480px){
div.top_ap_area dl dt {
    font-weight: normal;
    font-size: 12px;
    background: #FF9800;
    color: white;
    line-height: 1em;
    padding: 0.2em 0.5em;
    text-align:center;
}
}

div.top_ap_area dl dd {
	display:block;
	padding: 0;
	margin: 0;
}

div.top_text_area {
    display: block;
    width: 100%;
    margin: 2em 0 0;
    padding: 0;
    background: white;
}
@media screen and (min-width: 481px){
div.top_text_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
}
}
@media screen and (max-width: 480px){
div.top_text_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}
@media screen and (min-width: 481px){
div.top_text_box h2 {
    display: inline-block;
    margin: 0 0.2em 0 0;
    padding: 0 0.5em;
    line-height: 1.8em;
    color: white;
    background: gray;
    border-radius: 10px;
    font-weight: normal;
}
}
@media screen and (max-width: 480px){
div.top_text_box h2 {
    margin: 0 0 1em 0;
    padding: 0.3em 2em 0.1em;
    line-height: 1.8em;
    color: white;
    background: gray;
    border-radius: 10px;
    font-weight: normal;
    font-size: 12px;
}
}


div.top_text_box p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    margin: 0;
    padding: 0;
    line-height: 2.8em;
}

div.top_text_box p b {
    display: inline-block;
    line-height: 1.2em;
    padding: 0.2em;
    font-weight: bold;
    border-bottom: 3px solid;
}

div.top_text_box p b.b_g {
	color:darkgreen;
}
div.top_text_box p b.b_p {
	color:pink;
}
div.top_text_box p b.b_b {
	color:blue;
}
div.top_text_content {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    font-size: 36px;
    line-height: 1.5em;
    margin-top: 1em;
}

div.top_text_content p b {
    font-size: 120px;
    color: darkolivegreen;
    line-height: 1.0em;
}

@media screen and (min-width: 481px){
article#top_push_point {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: baseline;
}
article#top_push_point dl {
    width: 30%;
    margin: 20px 1% 5%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    background-color: oldlace;
    border-radius: 10px;
    padding: 1em;
    position: relative;
    overflow: visible;
}

article#top_push_point dl dt {
    font-size: 60px;
    position: absolute;
    top: -0.25em;
    color: burlywood;
}
article#top_push_point dl dd.dd_image {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: none;
}
article#top_push_point dl dd.dd_image img {
    margin: 0 auto 2px;
    padding: 0;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}
article#top_push_point dl dd.dd_text {
    font-size: 18px;
    border: 0;
    height: 3em;
    font-weight: bold;
    display: block;
    text-decoration: underline 2px solid burlywood;
}
}
@media screen and (max-width: 480px){
article#top_push_point {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: baseline;
}
article#top_push_point dl {
    width: 48%;
    margin: 20px 1% 5%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    background-color: oldlace;
    border-radius: 10px;
    padding: 0.5em;
    position: relative;
    overflow: visible;
}
article#top_push_point dl dt {
    font-size: 36px;
    position: absolute;
    top: -0.25em;
    color: burlywood;
}
article#top_push_point dl dd.dd_image {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    padding:0;
}
article#top_push_point dl dd.dd_image img {
    margin: 0 auto 2px;
    padding: 0;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}
article#top_push_point dl dd.dd_text {
    font-size: 14px;
    border: 0;
    height: 2em;
    font-weight: bold;
    display: block;
    text-decoration: underline 2px solid burlywood;
    text-align:center;
}
}

article#top_push_text {
    background: ivory;
    margin: 0 -50% 80px;
    padding: 4em 0 6em 0;
    display: block;
}

@media screen and (min-width: 481px){
article#top_push_text h2 {
    text-align: center;
    color: olivedrab;
    font-size: 42px;
}
.top_div_text {
    line-height: 1.8em;
    font-size: 16px;
    margin-bottom: 2em;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}
}
@media screen and (max-width: 480px){
article#top_push_text h2 {
    text-align: center;
    color: olivedrab;
    font-size: 6vw;
}
.top_div_text {
    line-height: 1.8em;
    font-size: 12px;
    margin-bottom: 2em;
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
}
}

dl.push_sozai {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

dl.push_sozai dd {
    border: none;
    line-height: 1.5em;
    vertical-align: -webkit-baseline-middle;
    border-radius: 10px;
    color: white;
    width: 30%;
    text-align: center;
    font-weight: bold;
    padding: 1.2em 0 1em;
}

dd.bdg {
    background: olivedrab;
}

dd.bdp {
    background: pink;
}

dd.bdb {
    background: blue;
}
@media screen and (min-width: 481px){
article#top_text_contents h2 {
    text-align: center;
    color: olivedrab;
    font-size: 36px;
    line-height: 1.8em;
}
}
@media screen and (max-width: 480px){
article#top_text_contents h2 {
    text-align: center;
    color: olivedrab;
    font-size: 8vw;
    line-height: 1.8em;
}
}
@media screen and (min-width: 481px){
article.top_text_contents_wide h2 {
    text-align: center;
    color: olivedrab;
    font-size: 36px;
    line-height: 1.8em;
}
article.top_text_contents_wide {
    display: block;
    background: lightyellow;
    margin: 50px -50% 50px;
    padding: 20px 0 90px;
}

article.top_text_contents_wide div {
	max-width:960px;
	margin:0 auto;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}
article.top_text_contents_wide div dl{
	width:27.5%;
}

article.top_text_contents_wide div dl dd {
    border: none;
}
dd.item_content {
    font-size: 14px;
}
}
@media screen and (max-width: 480px){
article.top_text_contents_wide h2 {
    text-align: center;
    color: olivedrab;
    font-size: 5vw;
    line-height: 1.8em;
}
article.top_text_contents_wide {
    display: block;
    background: lightyellow;
    margin: 50px -50% 50px;
    padding: 20px 0 90px;
}

article.top_text_contents_wide div {
	max-width:96vw;
	margin:0 auto;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}
article.top_text_contents_wide div dl{
	width:27.5%;
}

article.top_text_contents_wide div dl dd {
    border: none;
}
dd.item_content {
	display:none;
    font-size: 12px;
}	
}

dd.image img {
    border-radius: 10px;
    margin: 0;
    padding: 0;
}

dt.item_name {
    font-weight: 500;
    line-height: 1em;
    margin: 0;
    padding: 0.5em 0 0 0.5em;
    border-bottom: 1px dotted;
}

dt.item_name::before {
    content: "▶";
    font-size: smaller;
    color: olivedrab;
	padding-right: 5px;
}



dl#top_mailfoam {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 120px;
    height: 120px;
    text-align: center;
    font-size: 14px;
    background: red;
    margin: 0;
    border-radius: 50%;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding: 10px 10px 0px;
}

dl#top_mailfoam dd {
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100%;
}

dl#top_mailfoam dd a {
    color: white;
    font-weight: bold;
    display: block;
    line-height: 1em;
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding: 0;
}
dl#top_mailfoam dd a::after {
    content: "▼";
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0;
}



/************************************
** スライダー
************************************/
.slide-wrap{
   display:-webkit-box;
   display:-ms-flexbox;
   display: flex;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
   scroll-snap-type: x mandatory;
   padding:0 0 1em;
   margin:0 0 2em 0;
   scroll-behavior: smooth;
}
.slide-wrap .slide-content{
   flex: 0 0 30%;
   margin: 0 10px;
   height:100%;
}
@media screen and (max-width: 480px){
.slide-wrap .slide-content {
    flex: 0 0 88%;
    margin: 0px 5px;
    scroll-snap-align:center;
}
}

dl.partner_comment dd {
    border: none;
    margin: 0;
    padding: 0;
}
dt.comment_title {
    font-weight: normal;
    color: black;
    font-size: 18px;
}


dd.comment_content {
    text-align: left;
    font-size: 16px;
    line-height: 1.8em;
    vertical-align: baseline;
    padding-bottom: 1em!important;
}

dd.partner_prof {
    text-align: right;
    font-size: 14px;
}

dt.comment_title::before {
    content: "▷";
    font-size: 12px;
    line-height: normal;
    color: darkolivegreen;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

div#qa_area dl {
    margin-bottom: 70px!important;
    border: 1px solid olive;
    border-radius: 10px;
    padding: 1em;
    width: 48%;
}
@media screen and (min-width: 481px){
div#qa_area dl dt {
    background: white;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 0.8em 0 0.5em;
    line-height: 1em;
}
div#qa_area dl dd {
    padding-top: 0.5em;
    font-size: 16px;
}
}

@media screen and (max-width: 480px){
div#qa_area dl dt {
    background: white;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 0.8em 0 0.5em;
    line-height: 1em;
}
div#qa_area dl dd {
    padding-top: 0.5em;
    font-size: 12px;
}	
}

@media screen and (min-width: 481px){
h2.h2_deco {
    text-align: center;
    font-size: 24px;
    color: olivedrab;
}
}

@media screen and (max-width: 480px){
h2.h2_deco {
    text-align: center;
    font-size: 18px;
    color: olivedrab;
}
}


h2.h2_deco::after {
    content: "▼";
    display: block;
    font-size: smaller;
}

dl.push_point_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-evenly;
    align-content: center;
    border-radius: 10px;
    border: 1px solid;
    padding: 1em;
    margin-bottom: 2em;
    background: snow;
}

dl.push_point_list dt {
    background: white;
    color: #212121;
    font-weight: normal;
}
dl.push_point_list dt::before {
    content: "▷";
    font-size: smaller;
    margin-right: 0.2em;
}
dl.push_point_list dd {
    font-size: 16px;
    line-height: 3em;
}
dl.push_point_list dd::before {
    content: "☑";
    color: green;
    font-weight: bold;
    font-size: larger;
    line-height: 1em;
    vertical-align: baseline;
}

.kochira {
    display: block;
    text-align: center;
    margin: 0 auto 2em;
    border: 1px solid;
    color: darkorange;
}
@media screen and (min-width: 481px){
dl.unnecessary_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
}

dl.unnecessary_list dd {
    background-color: olivedrab;
    font-size: 36px;
    border: 1px solid;
    line-height: 1.5;
    padding: 0.5em 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    border-radius: 10px;
    color: white;
}
}

@media screen and (max-width: 480px){
dl.unnecessary_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: center;
}

dl.unnecessary_list dd {
    background-color: olivedrab;
    font-size: 24px;
    border: 1px solid;
    line-height: 1.5;
    padding: 0.5em 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    border-radius: 10px;
    color: white;
}
}
	
	
article.flow_area div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    max-width: 960px;
	margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
	position:relative;
}
@media screen and (min-width: 481px){
dl.flow_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

dl.flow_list dd {
    border: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
}

dl.flow_list dd.smaller_dd {
    font-size: 14px!important;
	font-weight:100!important;
    line-height: 1.2em!important;
}
article.flow_area p {
    display: block;
    font-size: xx-large;
    border-radius: 50%;
    line-height: 75px;
    width: 80px;
    height: 75px;
    background: olive;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    margin: 0 0.5em 0 0;
	padding:0;
}
}

@media screen and (max-width: 480px){
dl.flow_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

dl.flow_list dd {
    border: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

dl.flow_list dd.smaller_dd {
    font-size: 9px!important;
	font-weight:100!important;
    line-height: 1.2em!important;
}
article.flow_area p {
    display: block;
    font-size: x-large;
    border-radius: 50%;
    line-height: 47px;
    width: 50px;
    height: 45px;
    background: olive;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    margin: 0 0.2em 0 0;
    padding: 0;
}
}

.text_content {
    max-width: 960px;
    margin: 0 auto 2em;
    line-height: 1.8em;
}

dl.link_flex {
    text-align: center;
    max-width: 960px;
    margin: 0 auto 50px;
}


dl.link_flex dd {
    display: inline-grid;
    justify-content: center;
    align-content: center;
    align-items: end;
    width: 30%;
}

@media screen and (min-width: 481px){
div#mw_wp_form_mw-wp-form-7 dl {
    display: flex;
    flex-direction: column;
}

div#mw_wp_form_mw-wp-form-7 dl dt {
    font-size: 14px;
    font-weight: normal;
}

div#mw_wp_form_mw-wp-form-7 dl dd,
div#mw_wp_form_mw-wp-form-210 dl dd {
    border: none!important;
}	
h2.form_title {
    text-align: center;
    color: olivedrab;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline 5px;
    line-height: 1.8em;
}

div.form_title_text {
    text-align: center;
    margin: 0 auto 80px;
}
div#mw_wp_form_mw-wp-form-7 form {
    max-width: 800px;
    margin: 0 auto;
}
div#mw_wp_form_mw-wp-form-7 dl dd input,div#mw_wp_form_mw-wp-form-7 dl dd textarea{
		width:100%;
}
dd.add_half {
    display: flex;
    width: 80%;
    justify-items: stretch;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
}

@media screen and (max-width: 480px){
div#mw_wp_form_mw-wp-form-7 dl ,
div#mw_wp_form_mw-wp-form-210 dl{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 3em;
}

div#mw_wp_form_mw-wp-form-7 dl dt,
div#mw_wp_form_mw-wp-form-210 dl dt{
    width: 100%;
    font-size: 5vw;
    font-weight: normal;
}

div#mw_wp_form_mw-wp-form-7 dl dd ,
div#mw_wp_form_mw-wp-form-210 dl dd{
    border: none;
}	
h2.form_title {
    text-align: center;
    color: olivedrab;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline 5px;
    line-height: 1.8em;
}

div.form_title_text {
    text-align: center;
    margin: 0 auto 30px;
}
div#mw_wp_form_mw-wp-form-7 form ,
div#mw_wp_form_mw-wp-form-210 form{
    max-width: 800px;
    width:100%;
	margin: 0 auto;
}
div#mw_wp_form_mw-wp-form-7 dl dd input,
div#mw_wp_form_mw-wp-form-7 dl dd textarea{
		width:100%;
}
div#mw_wp_form_mw-wp-form-210 form dl dd input,
	div#mw_wp_form_mw-wp-form-210 form dl dd textarea{
		width:100%;
}
dd#deposit_dd {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
}
dd#deposit_dd span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    width: 8em;
    height: 2em;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
	
dd#deposit_dd span label {
    display: flex;
    flex-direction: row-reverse;
    width: 10em;
}
dd#deposit_dd span label span {
    display: inline;
    width: 5em!important;
    line-height: 2em;
	height:1em;
	margin-left:0.5em;
	font-size:16px;
}
dd#deposit_dd span label input {
    height: 2em;
    line-height: 2em;
    font-size: 9px;
    margin: 7px 0 0 0;
}
dd.add_half {
    display: flex;
    width: 100%;
    justify-items: stretch;
    margin: 0;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
input[type=submit] {
	font-size: 6vw;
}
}

input[type=submit] {
    width: 100%;
    padding: 30px 0;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
div#mw_wp_form_mw-wp-form-7 dl dt, div#mw_wp_form_mw-wp-form-210 dl dt span {
    font-size: smaller;
    color: lightgray;
}

div#yakkan {
    width: 94%;
    font-size: 18px!important;
    margin: 0 3%;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    margin-bottom: 1em;
    padding: 0.5em;
    border-radius: 10px;
}
div#yakkan ul{
   list-style-type:none;
   margin:0;
}
div#yakkan ul li{
	display:list-item;
}

div#yakkan ul li a{
	display:block;
	font-weight:bold;
}

section#bank h2 {
    text-align: center;
    margin-bottom: 0;
}

dd.add_half input {
    margin: 0;
}